FHIR IG analytics| Package | hl7.fhir.us.cimilabs |
| Resource Type | Observation |
| Id | Observation-QuantitativeLab-example.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 "QuantitativeLab-example"
Profile: Standard Lab Obs Quantitative
identifier: Accession ID: TH56231, Filler Identifier: 12093785, Placer Identifier: 58739021
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: Glucose [Mass/volume] in Serum or Plasma (LOINC#2345-7)
subject: : Young, Female 2345
encounter: : GP Visit
effective: 2019-10-16 12:12:29-0900
performer:
value: 103 mg/dL (Details: UCUM code mg/dL = 'mg/dL')
{
"resourceType": "Observation",
"id": "QuantitativeLab-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cimi-labs/StructureDefinition/standard-lab-obs-quant"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN"
}
]
},
"value": "TH56231"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FILL"
}
]
},
"value": "12093785"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC"
}
]
},
"value": "58739021"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2345-7"
}
],
"text": "Glucose [Mass/volume] in Serum or Plasma"
},
"subject": {
"display": "Young, Female 2345"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"performer": [
{
"reference": "Practitioner/LabTech"
},
{
"reference": "Organization/ACMELab"
},
{
"reference": "Practitioner/DrDr"
}
],
"valueQuantity": {
"value": 103,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}