MIABIS on FHIR Implementation Guide
1.0.0 - CI Build
MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ObservationInstance",
"meta" : {
"profile" : [
🔗 "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationInstance</b></p><a name=\"ObservationInstance\"> </a><a name=\"hcObservationInstance\"> </a><a name=\"ObservationInstance-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-miabis-observation.html\">Observation</a></p></div><p><b>identifier</b>: observationId</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 52797-8}\">Diagnosis ICD code [Identifier]</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Anonymous Patient Male, DoB: 1980-01-01 ( donorId)</a></p><p><b>effective</b>: 2020-01-01</p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 A01}\">Typhoid and paratyphoid fevers</span></p><p><b>specimen</b>: <a href=\"Specimen-example.html\">Specimen: extension = https://directory.bbmri-eric.eu/#bbmri:exampleID; identifier = sampleId; type = Buffy coat; note = This is a restriction of sample usage</a></p></div>"
},
"identifier" : [
{
"value" : "observationId"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "52797-8"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"effectiveDateTime" : "2020-01-01",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "A01"
}
]
},
"specimen" : {
🔗 "reference" : "Specimen/example"
}
}