FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Observation |
| Id | Observation-mni-obs-laboratory-example3.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-example3
status: Final
category: Laboratory
code: Cytotoxic percent reactive Ab [Presence] in Serum by Quick method
subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
value: 3 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "mni-obs-laboratory-example3",
"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": "4535-1",
"display": "Cytotoxic percent reactive Ab [Presence] in Serum by Quick method"
}
]
},
"subject": {
"reference": "Patient/mni-patient-example1"
},
"valueQuantity": {
"value": 3,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}