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

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypeRelatedPerson
IdRelatedPerson-related-person-ruta-petrauskiene-example.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


English


Generated Narrative: RelatedPerson related-person-ruta-petrauskiene-example

Language: en

Profile: RelatedPersonLt

patient: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

relationship: emergency contact

name: Rūta Petrauskienė


Lithuanian


Generated Narrative: RelatedPerson related-person-ruta-petrauskiene-example

Language: en

Profile: RelatedPersonLt

patient: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

relationship: emergency contact

name: Rūta Petrauskienė


Source1

{
  "resourceType": "RelatedPerson",
  "id": "related-person-ruta-petrauskiene-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/related-person-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/patient-example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
          "code": "ECON",
          "display": "emergency contact"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Rūta Petrauskienė",
      "family": "Petrauskienė",
      "given": [
        "Rūta"
      ]
    }
  ]
}