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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeRelatedPerson
IdRelatedPerson-8f283107-54fe-4be4-801b-a535cd1e9e37.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 8f283107-54fe-4be4-801b-a535cd1e9e37

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": "8f283107-54fe-4be4-801b-a535cd1e9e37",
  "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/rid",
      "value": "1597778923"
    }
  ],
  "patient": {
    "reference": "urn:uuid:6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HUSB",
          "display": "husband"
        }
      ],
      "text": "Manzel, otec ditete"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Novak",
      "given": [
        "Petr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+420777111222",
      "use": "mobile"
    }
  ]
}