FHIR IG analytics| Package | hl7.fhir.eu.laboratory |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-RelatedPerson-animal-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson RelatedPerson-animal-example
Profile: RelatedPerson: AnimalSpecimen
Practitioner Animal Species: Domestic cat
patient: František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))
{
"resourceType": "RelatedPerson",
"id": "RelatedPerson-animal-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/laboratory/StructureDefinition/animal-specimen-eu-lab"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "448169003",
"display": "Domestic cat"
}
]
}
}
],
"patient": {
"reference": "Patient/pat-lab-example"
}
}