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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeRelatedPerson
IdRelatedPerson-ExampleRelatedPerson.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

Resource RelatedPerson "ExampleRelatedPerson"

active: true

patient: http://example.org/fhir/Patient/1: Example Patient

relationship: Mother (RoleCode#MTH)

name: Jane Doe

telecom: jane.doe@somewhere.com

address: 123 Some Street Some town MI 012345


Source1

{
  "resourceType": "RelatedPerson",
  "id": "ExampleRelatedPerson",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "http://example.org/fhir/Patient/1",
    "display": "Example Patient"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MTH",
          "display": "Mother"
        }
      ],
      "text": "Mother"
    }
  ],
  "name": [
    {
      "family": "Doe",
      "given": [
        "Jane"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "jane.doe@somewhere.com"
    }
  ],
  "address": [
    {
      "line": [
        "123 Some Street"
      ],
      "city": "Some town",
      "state": "MI",
      "postalCode": "012345"
    }
  ]
}