Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: APH Salud Mental - Medicamento administrado - TTL Representation
Raw ttl | Descargar
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example-Medication-APH-SaludMental-08e3391e7691"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileMedicationHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileMedicationHCEU> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Example-Medication-APH-SaludMental-08e3391e7691</b></p><a name=\"Example-Medication-APH-SaludMental-08e3391e7691\"> </a><a name=\"hcExample-Medication-APH-SaludMental-08e3391e7691\"> </a><a name=\"Example-Medication-APH-SaludMental-08e3391e7691-es-ES\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProfileMedicationHCEU.html\">HCEU - Medication</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Medications/</code>/MED-SM-002 (use: usual, )</p><p><b>code</b>: <span title=\"Codes:{https://app.invima.gov.co/cum/ 87654321-09}\">CLONAZEPAM 2 MG TABLETA</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_FFAR 77}\">Tableta</span></p><p><b>amount</b>: 2 mg/1 Tableta</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://hospitalSystemInformation.example.org/Medications/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MED-SM-002" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://app.invima.gov.co/cum/"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87654321-09" ] ;
fhir:display [ fhir:v "CLONAZEPAM 2 MG TABLETA" ] ] ) ;
fhir:text [ fhir:v "CLONAZEPAM 2 MG TABLETA" ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:form [
( fhir:coding [
fhir:system [ fhir:v "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_FFAR"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77" ] ;
fhir:display [ fhir:v "Tableta" ] ] ) ;
fhir:text [ fhir:v "Tableta" ]
] ; #
fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_UMED"^^xsd:anyURI ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Tableta" ] ;
fhir:system [ fhir:v "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_UMED"^^xsd:anyURI ] ]
] . #