FHIR IG analytics| Package | hl7.fhir.us.cimilabs |
| Resource Type | Observation |
| Id | Observation-NarrativeLab-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 "NarrativeLab-example"
Profile: Standard Lab Obs Narrative
identifier: Accession ID: TH56231, Filler Identifier: 12093785, Placer Identifier: 58739021
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: Erythrocyte morphology [Interpretation] in Urine sediment by Light microscopy Narrative (LOINC#53974-2)
subject: : Young, Female 2345
encounter: : GP Visit
effective: 2019-10-16 12:12:29-0900
performer:
value: Red cells are mostly normochromic/nomrocytic with 10% having siderotic granule inclusions.
{
"resourceType": "Observation",
"id": "NarrativeLab-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cimi-labs/StructureDefinition/standard-lab-obs-narrative"
]
},
"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": "53974-2"
}
],
"text": "Erythrocyte morphology [Interpretation] in Urine sediment by Light microscopy Narrative"
},
"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"
}
],
"valueString": "Red cells are mostly normochromic/nomrocytic with 10% having siderotic granule inclusions."
}