MyHealth@Eu Laboratory Report
0.0.1 - qa-preview
150
This page is part of the MyHealth@Eu Laboratory Report (v0.0.1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "SampleBloodGroupObservation",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Observation-resultslab-lab-myhealtheu"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SampleBloodGroupObservation\"> </a><a name=\"hcSampleBloodGroupObservation\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "SampleBloodGroupObservation" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-resultslab-lab-myhealtheu.html\">Observation Results: Laboratory</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span>, Blood bank studies (set) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18717-9)</span></p><p><b>code</b>: Blood Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#883-9 "ABO group [Type] in Blood")</span></p><p><b>subject</b>: <a href=\"Patient-SamplePatient.html\">Patient/SamplePatient</a> " DOE"</p><p><b>effective</b>: 2023-03-09 13:35:00+0100</p><p><b>performer</b>: <span>: Dr. Patrick Dempsey</span></p><p><b>value</b>: A <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#112144000 "Blood group A (finding)")</span></p></div>"
},
"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"
}
}