FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Observation |
| Id | Observation-mni-obs-laboratory-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation mni-obs-laboratory-example2
status: Final
category: Laboratory
code: Creatinine [Moles/volume] in Serum, Plasma or Blood
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
value: 0.84 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
{
"resourceType": "Observation",
"id": "mni-obs-laboratory-example2",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-obs-laboratory"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "77140-2",
"display": "Creatinine [Moles/volume] in Serum, Plasma or Blood"
}
]
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"valueQuantity": {
"value": 0.84,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}