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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypePatient
IdPatient-Patient-animal-example.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: Patient Patient-animal-example

Molly Female, DoB: 2021-04-13 ( http://example.org/fhir/animal-id#DE-BE-AN-0001)


Active:true
Patient Animal:
  • species: Domestic cat

Source1

{
  "resourceType": "Patient",
  "id": "Patient-animal-example",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/patient-animal-myhealtheu-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "species",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "448169003",
                "display": "Domestic cat"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-animal"
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/fhir/animal-id",
      "value": "DE-BE-AN-0001"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Molly"
    }
  ],
  "gender": "female",
  "birthDate": "2021-04-13"
}