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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeSpecimen
IdSpecimen-denovo-2.json
FHIR VersionR6

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 denovo-2

Language: en

identifier: http://example.org/identifiers/specimens/2

status: Available

type: Venous blood specimen

subject: Jane Doe

receivedTime: 2021-01-01 01:01:01+0000

request: ServiceRequest Carrier detection, molecular genetics (procedure)

Collections

-CollectorCollected[x]QuantityMethod
*Practitioner John Doel 2021-01-01 01:01:00+00001 mLLine, Venous

Source1

{
  "resourceType": "Specimen",
  "id": "denovo-2",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/specimens",
      "value": "2"
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122555007",
        "display": "Venous blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/denovoMother",
    "display": "Jane Doe"
  },
  "receivedTime": "2021-01-01T01:01:01Z",
  "request": [
    {
      "reference": "ServiceRequest/genomicServiceRequest"
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner/practitioner01"
    },
    "collectedDateTime": "2021-01-01T01:01:00Z",
    "quantity": {
      "value": 1,
      "unit": "mL"
    },
    "method": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0488",
          "code": "LNV"
        }
      ]
    }
  }
}