Botswana AMR Implementation Guide
0.1.0 - 0.1.0
Botswana AMR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Specimen",
"id" : "ExampleSpecimenUrine",
"meta" : {
"profile" : [
🔗 "http://bw.health.gov/fhir/amr/StructureDefinition/botswana-amr-specimen"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleSpecimenUrine</b></p><a name=\"ExampleSpecimenUrine\"> </a><a name=\"hcExampleSpecimenUrine\"> </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-botswana-amr-specimen.html\">Botswana AMR Specimen</a></p></div><p><b>identifier</b>: PMH-2026-U4421</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-SpecimenType UR}\">Urine</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientMotswana.html\">Keabetswe Motswana Female, DoB: 1981-05-14</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-10 08:30:00+0200</td><td><span title=\"Codes:{http://snomed.info/sct 258574006}\">Mid-stream urine sample</span></td><td><span title=\"Codes:{http://snomed.info/sct 68171009}\">Urine</span></td></tr></table></div>"
},
"identifier" : [
{
"value" : "PMH-2026-U4421"
}
],
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-SpecimenType",
"code" : "UR",
"display" : "Urine"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientMotswana"
},
"collection" : {
"collectedDateTime" : "2026-03-10T08:30:00+02:00",
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "258574006",
"display" : "Mid-stream urine sample"
}
]
},
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "68171009",
"display" : "Urine"
}
]
}
}
}