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

FHIR IG analytics

Packagecsiro.stars
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-example.json
FHIR VersionR5

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-example

patient: Horse1 (no stated gender), DoB Unknown ( Accession ID)

name: John Smith

address: 3 Tree Street Geelong VIC 3220 AUS


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-example",
  "meta": {
    "profile": [
      "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-relatedperson"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/Patient-Example1"
  },
  "name": [
    {
      "text": "John Smith"
    }
  ],
  "address": [
    {
      "line": [
        "3 Tree Street"
      ],
      "city": "Geelong",
      "state": "VIC",
      "postalCode": "3220",
      "country": "AUS"
    }
  ]
}