FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | Observation |
| Id | Observation-observation-eicr-organism-detected-klebsiella-oxytoca.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-eicr-organism-detected-klebsiella-oxytoca
Language: en
Profile: eICR Organism Detected Observation
status: Final
category: Laboratory
code: Bacteria identified in Urine by Culture
subject: Eve Everywoman
effective: 2025-03-07
performer: Organization Acme_Labs
value: Klebsiella oxytoca
interpretation: Abnormal
hasMember: Meropenem Susceptibility Observation
{
"resourceType": "Observation",
"id": "observation-eicr-organism-detected-klebsiella-oxytoca",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-organism-detected-observation"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "630-4",
"display": "Bacteria identified in Urine by Culture"
}
]
},
"subject": {
"reference": "Patient/patient-ecr-eve-everywoman",
"display": "Eve Everywoman"
},
"effectiveDateTime": "2025-03-07",
"performer": [
{
"reference": "Organization/organization-ecr-acme-laboratory"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "40886007",
"display": "Klebsiella oxytoca"
}
]
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "A",
"display": "Abnormal"
}
]
}
],
"hasMember": [
{
"reference": "Observation/observation-eicr-organism-susceptibility-meropenem",
"display": "Meropenem Susceptibility Observation"
}
]
}