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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeRelatedPerson
IdRelatedPerson-au-core-relatedperson-conformant.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 au-core-relatedperson-conformant

patient: Patient/relatedperson-patient-fixture

relationship: Father

name: Bob Banks(Official)

telecom: ph: 0400000002(Mobile)

address: 1 Test Street Testville NSW 2000 (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "au-core-relatedperson-conformant",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/relatedperson-patient-fixture"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "FTH",
          "display": "father"
        }
      ],
      "text": "Father"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Bob Banks",
      "family": "Banks",
      "given": [
        "Bob"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0400000002",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "1 Test Street"
      ],
      "city": "Testville",
      "state": "NSW",
      "postalCode": "2000"
    }
  ]
}