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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeRelatedPerson
IdRelatedPerson-SampleAnimalSpecimen.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 SampleAnimalSpecimen

Practitioner Animal Species: Domestic cat

patient: John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))


Source1

{
  "resourceType": "RelatedPerson",
  "id": "SampleAnimalSpecimen",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/animal-specimen-myhealtheu-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/SamplePatient"
  }
}