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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-novak-petr-husband.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-novak-petr-husband

identifier: https://ncez.mzcr.cz/fhir/sid/rid/1597778923

patient: Jana Novakova Female, DoB: 1993-05-18 ( https://ncez.mzcr.cz/fhir/sid/rid#9001234567)

relationship: Manzel, otec ditete

name: Petr Novak

telecom: +420777111222


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-novak-petr-husband",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-relatedPerson-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/rid",
      "value": "1597778923"
    }
  ],
  "patient": {
    "reference": "Patient/6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PRS",
          "display": "Personal relationship"
        }
      ],
      "text": "Manzel, otec ditete"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Novak",
      "given": [
        "Petr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420777111222",
      "use": "mobile"
    }
  ]
}