FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | ObservationDefinition |
| Id | ObservationDefinition-LabTestExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ObservationDefinition LabTestExample1
Profile: Lab Test
code: Albumin [Mass/volume] in Serum or Plasma
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-test-id/LT0001
| Unit |
| g/dL |
{
"resourceType": "ObservationDefinition",
"id": "LabTestExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/lab-test"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "1751-7",
"display": "Albumin [Mass/volume] in Serum or Plasma"
}
]
},
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/lab-test-id",
"value": "LT0001"
}
],
"quantitativeDetails": {
"unit": {
"coding": [
{
"system": "http://unitsofmeasure.org",
"code": "g/dL",
"display": "g/dL"
}
]
}
}
}