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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeGroup
IdGroup-101.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

Herd of 25 horses

Gender: mixed

Owner: John Smith


Source1

{
  "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"
      }
    }
  ]
}