International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Specimen: example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Specimen",
  "id" : "specimen-example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: specimen-example-1</p><p><b>type</b>: Urine specimen <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '122575003' = 'Urine specimen', given as 'Urine specimen'})</span></p><p><b>subject</b>: <a href=\"Patient-66033.html\">Generated Summary: id: 66033; 1998041799999, urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76; Marie Lux-Brennard ; gender: female; birthDate: 1998-04-17</a></p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Method</b></td></tr><tr><td>*</td><td>Urine specimen collection, clean catch <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '73416001' = 'Urine specimen collection, clean catch', given as '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"
        }
      ]
    }
  }
}