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

FHIR IG analytics

Packageee.fhir.mpi
Resource TypeRelatedPerson
IdRelatedPerson-relpat12.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 relpat12

active: true

patient: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)

relationship: Spouse, Contact

name: Wife of Indrek

period: 1995-06-22 --> (ongoing)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relpat12",
  "meta": {
    "profile": [
      "https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/pat1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "127848009",
          "display": "Spouse"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
          "code": "CON",
          "display": "Contact"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Wife of Indrek"
    }
  ],
  "period": {
    "start": "1995-06-22"
  }
}