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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeRelatedPerson
IdRelatedPerson-relatedPerson-LisaJohnson01.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 relatedPerson-LisaJohnson01

active: true

patient: Betsy Smith-Johnson

relationship: daughter in-law

name: Lisa Johnson (Official)

telecom: ph: (555) 555-3333(Mobile), Mmoen+lisajohnson@mydirectives.com

address: 17040 E Warren Ave Detroit MI 48224 (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedPerson-LisaJohnson01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/patient-betsysmith-johnson01",
    "display": "Betsy Smith-Johnson"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "DAUINLAW",
          "display": "daughter in-law"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Johnson",
      "given": [
        "Lisa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 555-3333",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "Mmoen+lisajohnson@mydirectives.com"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "17040 E Warren Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48224"
    }
  ]
}