FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Patient |
| Id | Patient-Patient-animal-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient-animal-example
Profile: PatientAnimal: Laboratory
Molly Female, DoB: 2021-04-13 ( http://example.org/fhir/animal-id#DE-BE-AN-0001)
| Active: | true | ||
| Patient Animal: |
| ||
{
"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"
}