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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeSpecimen
IdSpecimen-SampleSpecimenAnimal.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 SampleSpecimenAnimal

status: Available

type: Blood specimen

subject: Anonymous Patient (no stated gender), DoB Unknown

Collections

-Collected[x]
*2022-10-25 13:35:00+0100

Generated Narrative: Patient #SamplePatientAnimal

Anonymous Patient (no stated gender), DoB Unknown


Patient Animal:
  • species: Domestic cat

Source1

{
  "resourceType": "Specimen",
  "id": "SampleSpecimenAnimal",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "SamplePatientAnimal",
      "meta": {
        "profile": [
          "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Patient-animal-lab-myhealtheu"
        ]
      },
      "extension": [
        {
          "extension": [
            {
              "url": "species",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "448169003",
                    "display": "Domestic cat"
                  }
                ]
              }
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/patient-animal"
        }
      ]
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "#SamplePatientAnimal"
  },
  "collection": {
    "collectedDateTime": "2022-10-25T13:35:00+01:00"
  }
}