FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting
Resource TypeSpecimen
IdSpecimen-specimen-hla-r4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen specimen-hla-r4

identifier: http://example.org/001^123456789

type: Buccal smear sample

subject: de-identified patient

receivedTime: 2018-05-01

Collections

-MethodBodySite
*Taking oral swab (procedure)Buccal space

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-hla-r4",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "001^123456789"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "258564008",
        "display": "Buccal smear sample"
      }
    ]
  },
  "subject": {
    "display": "de-identified patient"
  },
  "receivedTime": "2018-05-01",
  "collection": {
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "418622002",
          "display": "Taking oral swab (procedure)"
        }
      ]
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "261063000",
          "display": "Buccal space"
        }
      ]
    }
  }
}