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

FHIR IG analytics

Packagejohnmoehrke.consentwithsegmentation
Resource TypeRelatedPerson
IdRelatedPerson-ex-son2.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 ex-son2

active: true

patient: John Schmidt Other, DoB: 1923-07-25

relationship: dependent, natural son

name: John Jacob Jingleheimer Schmidt (Official)

gender: Male


Source1

{
  "resourceType": "RelatedPerson",
  "id": "ex-son2",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
          "code": "DEPEN"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SON",
          "display": "natural son"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Schmidt",
      "given": [
        "John",
        "Jacob",
        "Jingleheimer"
      ]
    }
  ],
  "gender": "male"
}