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

FHIR IG analytics

Packagefhir.kh.camdheaig
Resource TypeRelatedPerson
IdRelatedPerson-CRRelatedPersonExample.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 CRRelatedPersonExample

identifier: http://clientregistry.org/hid/5831024796

patient: សុខ ដារា វិសាលខ(official) Male, DoB: 1985-04-11 ( Khmer Identification Code: 5310274819)

relationship: Mother

name: ចន្ទ សុខ

telecom: +85578123456

gender: Female

birthDate: 1960-07-22

period: 1985-04-11 --> (ongoing)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "CRRelatedPersonExample",
  "meta": {
    "profile": [
      "http://camdheaig.org/StructureDefinition/cr-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://clientregistry.org/hid",
      "value": "5831024796"
    }
  ],
  "patient": {
    "reference": "Patient/CRPatientExample"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://camdheaig.org/CodeSystem/cr-relationship-type",
          "code": "mother",
          "display": "Mother"
        }
      ],
      "text": "Mother"
    }
  ],
  "name": [
    {
      "family": "សុខ",
      "given": [
        "ចន្ទ"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+85578123456"
    }
  ],
  "gender": "female",
  "birthDate": "1960-07-22",
  "period": {
    "start": "1985-04-11"
  }
}