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" : "Specimen",
"id" : "example",
"meta" : {
"profile" : [
🔗 "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-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-sample.html\">Sample</a></p></div><p><b>Sample Collection</b>: <code>https://directory.bbmri-eric.eu/</code>/bbmri:exampleID</p><p><b>identifier</b>: sampleId</p><p><b>type</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-detailed-samply-type-cs BuffyCoat}\">Buffy coat</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Anonymous Patient Male, DoB: 1980-01-01 ( donorId)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2011-04-05 13:00:00+0000</td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td></tr><tr><td style=\"display: none\">*</td><td/></tr></table><p><b>note</b>: This is a restriction of sample usage</p></div>"
},
"extension" : [
{
"url" : "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-collection-extension",
"valueIdentifier" : {
"system" : "https://directory.bbmri-eric.eu/",
"value" : "bbmri:exampleID"
}
}
],
"identifier" : [
{
"value" : "sampleId"
}
],
"type" : {
"coding" : [
{
"system" : "https://fhir.bbmri-eric.eu/CodeSystem/miabis-detailed-samply-type-cs",
"code" : "BuffyCoat"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"collection" : {
"collectedDateTime" : "2011-04-05T13:00:00Z"
},
"processing" : [
{
"extension" : [
{
"url" : "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-storage-temperature-extension",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs",
"code" : "RT"
}
]
}
}
]
}
],
"note" : [
{
"text" : "This is a restriction of sample usage"
}
]
}