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

FHIR IG analytics

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

identifier: https://fhir.ee/sid/pid/est/ni/39510212711

active: true

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

relationship: Child

name: Son of Indrek

period: 1995-10-21 --> (ongoing)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relpat11",
  "meta": {
    "profile": [
      "https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/est/ni",
      "value": "39510212711"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/pat1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "67822003",
          "display": "Child"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Son of Indrek"
    }
  ],
  "period": {
    "start": "1995-10-21"
  }
}