FHIR IG analytics| Package | hl7.fhir.us.ph-library |
| Resource Type | Observation |
| Id | Observation-us-ph-lab-result-eve-everywoman-pertussis.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "us-ph-lab-result-eve-everywoman-pertussis"
Profile: US Public Health Laboratory Result Observation Profile
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: Bordetella pertussis Ab [Units/volume] in Serum (LOINC#11585-7)
subject: Patient/us-ph-patient-eve-everywoman: Eve Everywoman " EVERYWOMAN"
effective: 2016-11-07
value: 100 [iU]/mL (Details: UCUM code [iU]/mL = '[iU]/mL')
interpretation: High (ObservationInterpretation#H)
| High |
| 45 [iU]/mL (Details: UCUM code [iU]/mL = '[iU]/mL') |
{
"resourceType": "Observation",
"id": "us-ph-lab-result-eve-everywoman-pertussis",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation"
]
},
"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": "11585-7",
"display": "Bordetella pertussis Ab [Units/volume] in Serum"
}
],
"text": "Bordetella pertussis Ab [Units/volume] in Serum"
},
"subject": {
"reference": "Patient/us-ph-patient-eve-everywoman",
"display": "Eve Everywoman"
},
"effectiveDateTime": "2016-11-07",
"valueQuantity": {
"value": 100,
"system": "http://unitsofmeasure.org",
"code": "[iU]/mL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"referenceRange": [
{
"high": {
"value": 45,
"system": "http://unitsofmeasure.org",
"code": "[iU]/mL"
}
}
]
}