FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Group |
| Id | Group-101.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Herd of 25 horses
Gender: mixed
Owner: John Smith
{
"resourceType": "Group",
"id": "101",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-group"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://someveterinarianclinic.org/fhir/NamingSystem/herds",
"value": "12345"
}
],
"type": "animal",
"actual": true,
"code": {
"text": "Horse"
},
"name": "John's herd",
"quantity": 25,
"characteristic": [
{
"code": {
"text": "gender"
},
"valueCodeableConcept": {
"text": "mixed"
},
"exclude": false
},
{
"code": {
"text": "owner"
},
"valueCodeableConcept": {
"text": "John Smith"
},
"exclude": false
}
],
"managingEntity": {
"reference": "Organization/horses-care-clinic",
"display": "Horse Care Clinic"
},
"member": [
{
"entity": {
"display": "Mare A"
},
"period": {
"start": "2023-01-01"
}
},
{
"entity": {
"display": "Stallion B"
}
}
]
}