FHIR IG analytics| Package | de.bbmri.fhir |
| Resource Type | Specimen |
| Id | Specimen-0-specimen.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: 0-specimen
meta:
type: Whole blood
subject: Generated Summary: id: 0; gender: male; birthDate: 1989-11-18; deceased: Jan 27, 2009, 12:00:00 AM
| - | Collected[x] | BodySite | FastingStatus[x] |
| * | Jun 17, 2005, 12:00:00 AM | C26.8 | The patient indicated they did not fast prior to the procedure. |
{
"resourceType": "Specimen",
"id": "0-specimen",
"meta": {
"profile": [
"https://fhir.bbmri.de/StructureDefinition/Specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.bbmri.de/StructureDefinition/StorageTemperature",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.bbmri.de/CodeSystem/StorageTemperature",
"code": "temperature2to10"
}
]
}
},
{
"url": "https://fhir.bbmri.de/StructureDefinition/Custodian",
"valueReference": {
"reference": "Organization/exampleCollection"
}
},
{
"url": "https://fhir.bbmri.de/StructureDefinition/SampleDiagnosis",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis",
"code": "unknown"
}
]
}
}
],
"type": {
"coding": [
{
"system": "https://fhir.bbmri.de/CodeSystem/SampleMaterialType",
"code": "whole-blood"
}
]
},
"subject": {
"reference": "Patient/0"
},
"collection": {
"collectedDateTime": "2005-06-17",
"bodySite": {
"coding": [
{
"system": "urn:oid:1.3.6.1.4.1.19376.1.3.11.36",
"code": "C26.8"
}
]
},
"fastingStatusCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0916",
"code": "NF"
}
]
}
}
}