Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "observation-eicr-organism-susceptibility-meropenem",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-organism-susceptibility-observation"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-eicr-organism-susceptibility-meropenem</b></p><a name=\"observation-eicr-organism-susceptibility-meropenem\"> </a><a name=\"hcobservation-eicr-organism-susceptibility-meropenem\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eicr-organism-susceptibility-observation.html\">eICR Organism Susceptibility Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18943-1}\">Meropenem [Susceptibility]</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2025-03-07</p><p><b>performer</b>: <a href=\"Organization-organization-ecr-acme-laboratory.html\">Organization Acme_Labs</a></p><p><b>value</b>: <0.25</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation S}\">Susceptible</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
],
"text" : "Laboratory"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "18943-1",
"display" : "Meropenem [Susceptibility]"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
"display" : "Eve Everywoman"
},
"effectiveDateTime" : "2025-03-07",
"performer" : [
{
🔗 "reference" : "Organization/organization-ecr-acme-laboratory"
}
],
"valueString" : "<0.25",
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "S",
"display" : "Susceptible"
}
]
}
]
}