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

FHIR IG analytics

Packagejohnmoehrke.relatedpersonconsent.example
Resource TypeRelatedPerson
IdRelatedPerson-ex-father.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 ex-father

Extension that points at an authorizing Consent: ex-consent

active: true

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

relationship: father

name: John Jacob Jingleheimer Schmidt (Official)

gender: Male


Source1

{
  "resourceType": "RelatedPerson",
  "id": "ex-father",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/AuthorizedRelatedPerson"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/JFM-authorizingConsent",
      "valueReference": {
        "reference": "Consent/ex-consent"
      }
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "FTH",
          "display": "father"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Schmidt",
      "given": [
        "John",
        "Jacob",
        "Jingleheimer"
      ]
    }
  ],
  "gender": "male"
}