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" : "ServiceRequest",
"id" : "SampleServiceRequest",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/laboratory/StructureDefinition/ServiceRequest-lab-myhealtheu"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"SampleServiceRequest\"> </a><a name=\"hcSampleServiceRequest\"> </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 ServiceRequest "SampleServiceRequest" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequest-lab-myhealtheu.html\">ServiceRequest: Laboratory</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/a4310756-a193-4a48-8feb-598c87a1d3f</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>code</b>: Hemoglobin and Hematocrit panel - Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24360-0)</span></p><p><b>subject</b>: <a href=\"Patient-SamplePatient.html\">Patient/SamplePatient</a> " DOE"</p><p><b>insurance</b>: <a name=\"hcSampleCoverage\"> </a></p><blockquote><p/><p><a name=\"SampleCoverage\"> </a></p><p><a name=\"hcSampleCoverage\"> </a></p><p><b>status</b>: active</p><p><b>beneficiary</b>: <a href=\"Patient-SamplePatient.html\">Patient/SamplePatient</a> " DOE"</p><p><b>payor</b>: <span>: Best Insurance</span></p></blockquote><p><b>specimen</b>: <a href=\"Specimen-SampleSpecimen.html\">Specimen/SampleSpecimen</a></p><hr/><blockquote><p><b>Generated Narrative: Coverage #SampleCoverage</b><a name=\"SampleCoverage\"> </a><a name=\"hcSampleCoverage\"> </a></p><p><b>status</b>: active</p><p><b>beneficiary</b>: <a href=\"Patient-SamplePatient.html\">Patient/SamplePatient</a> " DOE"</p><p><b>payor</b>: <span>: Best Insurance</span></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Coverage",
"id" : "SampleCoverage",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Coverage-lab-myhealtheu"
]
},
"status" : "active",
"beneficiary" : {
🔗 "reference" : "Patient/SamplePatient"
},
"payor" : [
{
"display" : "Best Insurance"
}
]
}
],
"identifier" : [
{
"system" : "http://example.org",
"value" : "a4310756-a193-4a48-8feb-598c87a1d3f"
}
],
"status" : "active",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24360-0",
"display" : "Hemoglobin and Hematocrit panel - Blood"
}
]
},
"subject" : {
🔗 "reference" : "Patient/SamplePatient"
},
"insurance" : [
{
"reference" : "#SampleCoverage"
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/SampleSpecimen"
}
]
}