This page is part of the International Patient Summary Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Specimen",
"id" : "specimen-example-1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen specimen-example-1</b></p><a name=\"specimen-example-1\"> </a><a name=\"hcspecimen-example-1\"> </a><a name=\"specimen-example-1-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-66033.html\">Marie Lux-Brennard Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 73416001}\">Urine specimen collection, clean catch</span></td></tr></table></div>"
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "122575003",
"display" : "Urine specimen"
}
]
},
"subject" : {
🔗 "reference" : "Patient/66033"
},
"collection" : {
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "73416001",
"display" : "Urine specimen collection, clean catch"
}
]
}
}
}