FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Observation |
| Id | Observation-SampleBloodGroupObservation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation SampleBloodGroupObservation
Profile: Observation Results: Laboratory
status: Final
category: Laboratory, Blood bank studies (set)
code: Blood Group
effective: 2023-03-09 13:35:00+0100
performer: Dr. Patrick Dempsey
value: A
{
"resourceType": "Observation",
"id": "SampleBloodGroupObservation",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Observation-resultslab-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "18717-9",
"display": "Blood bank studies (set)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "883-9",
"display": "ABO group [Type] in Blood"
}
],
"text": "Blood Group"
},
"subject": {
"reference": "Patient/SamplePatient"
},
"effectiveDateTime": "2023-03-09T13:35:00+01:00",
"performer": [
{
"display": "Dr. Patrick Dempsey"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "112144000",
"display": "Blood group A (finding)"
}
],
"text": "A"
}
}