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

FHIR IG analytics

Packagehl7.fhir.eu.laboratory
Resource TypeRelatedPerson
IdRelatedPerson-RelatedPerson-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: RelatedPerson RelatedPerson-animal-example

Practitioner Animal Species: Domestic cat

patient: František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))


Source1

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