Eswatini HL7 FHIR Implementation Guide
0.1.0 - ci-build
Eswatini HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "SampleSzMalariaTravelHistory",
"meta" : {
"profile" : [
🔗 "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzClinicalObservation"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SampleSzMalariaTravelHistory</b></p><a name=\"SampleSzMalariaTravelHistory\"> </a><a name=\"hcSampleSzMalariaTravelHistory\"> </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-SzClinicalObservation.html\">Eswatini Clinical Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 420008001}\">Travel history</span></p><p><b>subject</b>: <a href=\"Patient-SampleSzMalariaPatient.html\">Jacob Samuel Gule Male, DoB: 1990-01-01 ( Medical Record Number: M002111111-11\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2024-11-01 --> 2024-11-15</p><p><b>value</b>: </p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 420008001}\">Travel location</span></td><td><span title=\"Codes:{http://snomed.info/sct 24658006}\">France</span></td></tr></table></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "420008001",
"display" : "Travel history"
}
]
},
"subject" : {
🔗 "reference" : "Patient/SampleSzMalariaPatient"
},
"effectivePeriod" : {
"start" : "2024-11-01",
"end" : "2024-11-15"
},
"_valueString" : {
"value" : "Travelled to Mozambique"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "420008001",
"display" : "Travel location"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24658006",
"display" : "France"
}
]
}
}
]
}