CommunityCloud-DNASpecimen-Example

Example of a Specimen containing the minimal amount of information for the Community Cloud Project

Specimen
{
"resourceType": "Specimen",
"id": "b6c3ebd7-53e4-450b-b46f-0e9f83d995e6",
{
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.19",
"value": "140103896-25301R0078"
}
],
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24851008",
"display": "Deoxyribonucleic acid"
}
]
}
}
<Specimen xmlns="http://hl7.org/fhir">
<id value="b6c3ebd7-53e4-450b-b46f-0e9f83d995e6" />
<system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.19" />
<value value="140103896-25301R0078" />
</identifier>
<system value="http://snomed.info/sct" />
<code value="24851008" />
<display value="Deoxyribonucleic acid" />
</coding>
</type>
</Specimen>