Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.10.1 - ci-build
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
{
"resourceType" : "Medication",
"id" : "Example-Medication-APH-SaludMental-0c867a0af165",
"meta" : {
"profile" : [
🔗 "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileMedicationHCEU"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Example-Medication-APH-SaludMental-0c867a0af165</b></p><a name=\"Example-Medication-APH-SaludMental-0c867a0af165\"> </a><a name=\"hcExample-Medication-APH-SaludMental-0c867a0af165\"> </a><a name=\"Example-Medication-APH-SaludMental-0c867a0af165-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-001\u00a0(use:\u00a0usual,\u00a0)</p><p><b>code</b>: <span title=\"Codes:{https://app.invima.gov.co/cum/ 12345678-90}\">SERTRALINA 50 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>: 50 mg/1 Tableta</p></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "http://hospitalSystemInformation.example.org/Medications/",
"value" : "MED-SM-001"
}
],
"code" : {
"coding" : [
{
"system" : "https://app.invima.gov.co/cum/",
"code" : "12345678-90",
"display" : "SERTRALINA 50 MG TABLETA"
}
],
"text" : "SERTRALINA 50 MG TABLETA"
},
"status" : "active",
"form" : {
"coding" : [
{
"system" : "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_FFAR",
"code" : "77",
"display" : "Tableta"
}
],
"text" : "Tableta"
},
"amount" : {
"numerator" : {
"value" : 50,
"unit" : "mg",
"system" : "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_UMED"
},
"denominator" : {
"value" : 1,
"unit" : "Tableta",
"system" : "https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_UMED"
}
}
}