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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.cio
Resource TypeRelatedPerson
Idcp-XXX-Hali.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "RelatedPerson",
  "id": "cp-XXX-Hali",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"
    ]
  },
  "patient": {
    "reference": "Patient/patient-XXX-Hali",
    "type": "Patient",
    "display": "Patient, Abdelhak (Abdel) XXX_Hali"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "DOMPART",
          "display": "Partner"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Diana XXX_Hali",
      "family": "XXX_Hali",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "XXX_Hali"
          }
        ]
      },
      "given": [
        "Diana"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0612345678"
    }
  ]
}