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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeRelatedPerson
IdRelatedPerson-example-related-person.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": "example-related-person",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-related-person"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "given",
          "valueString": "John Doe Sr."
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "000000018"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/patient-with-hebrew-date"
  },
  "relationship": [
    {
      "coding": [
        {
          "code": "GUARD",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "display": "Guardian"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Doe",
      "given": [
        "John"
      ],
      "use": "official"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-5555",
      "use": "mobile"
    }
  ],
  "address": [
    {
      "line": [
        "123 Main St"
      ],
      "city": "Somewhere",
      "state": "CA",
      "postalCode": "90210",
      "country": "USA"
    }
  ],
  "gender": "male"
}