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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeSpecimen
IdSpecimen-serum.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 serum

accessionIdentifier: https://example.com/labs/accession-ids/1978881817

type: Serum specimen

subject: Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

Collections

-CollectorCollected[x]
*Practitioner Helen Mayo 2019-09-25 08:20:00+0000

Containers

-Type
*Serum Separator Tube

Source1

{
  "resourceType": "Specimen",
  "id": "serum",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "accessionIdentifier": {
    "system": "https://example.com/labs/accession-ids",
    "value": "1978881817"
  },
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119364003",
        "display": "Serum specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example0"
  },
  "collection": {
    "collector": {
      "reference": "Practitioner/example0"
    },
    "collectedDateTime": "2019-09-25T08:20:00Z"
  },
  "container": [
    {
      "type": {
        "coding": [
          {
            "system": "https://example.com/labs",
            "code": "SST",
            "display": "Serum Separator Tube"
          }
        ]
      }
    }
  ]
}