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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeRelatedPerson
IdRelatedPerson-RelatedPerson01.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 RelatedPerson01

identifier: https://ncez.mzcr.cz/fhir/sid/rcis/5151264525, https://ncez.mzcr.cz/fhir/sid/cpoj/5151264525, Passport number/23476525 (use: official, ), Passport number/88476522 (use: official, )

patient: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Passport number (use: official, ))

relationship: matka

name: PraMračena Mrakomorová

telecom: +420 603 853 226

gender: Female

birthDate: 1951-01-26


Source1

{
  "resourceType": "RelatedPerson",
  "id": "RelatedPerson01",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-relatedPerson-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/rcis",
      "value": "5151264525"
    },
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/cpoj",
      "value": "5151264525"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/passport-CZE",
      "value": "23476525"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/passport-SVK",
      "value": "88476522"
    }
  ],
  "patient": {
    "reference": "Patient/Mracena"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MTH",
          "display": "matka"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code": "N",
          "display": "Příbuzný"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Mrakomorová",
      "given": [
        "PraMračena"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420 603 853 226",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1951-01-26"
}