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

Specimen Focus: RelatedPerson: extension = Domestic cat

status: Available

type: Blood specimen

subject: John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))

Collections

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

Generated Narrative: RelatedPerson #SampleAnimalSpecimen

Practitioner Animal Species: Domestic cat

patient: John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))


Source1

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