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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeRelatedPerson
IdRelatedPerson-adult-child-relatedperson-example-1.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 adult-child-relatedperson-example-1

active: true

patient: James Wolff

relationship: child

name: Sarah Wolff (Official)

telecom: ph: 555-555-5555(Home), sarah.wolff@example.com

birthDate: 1996-01-28

address: 80A VILLAGE ST NEW HOLLAND PA 17557 (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "adult-child-relatedperson-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "CHILD",
          "display": "child"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Wolff",
      "given": [
        "Sarah"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "email",
      "value": "sarah.wolff@example.com",
      "use": "home"
    }
  ],
  "birthDate": "1996-01-28",
  "address": [
    {
      "use": "home",
      "line": [
        "80A VILLAGE ST"
      ],
      "city": "NEW HOLLAND",
      "state": "PA",
      "postalCode": "17557"
    }
  ]
}