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

FHIR IG analytics

Packagefhir.kh.camdheaig
Resource TypePatient
IdPatient-CRPatientExample.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: Patient CRPatientExample

Profile: CR Patient

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


Active:trueDeceased:false
Other Ids:
  • Health ID/4278139652 (use: official, )
  • HIV Programme Identifier/HIV-KH-00419823
Alt. Name:Sokh Dara Visal(Official)
Contact Detail
  • +85598661003
  • Phum Prey Thom, Sangkat Tonle Bassac, Khan Chamkar Mon, Phnom Penh(home)
CR Health Financing TypeCR Health Financing Type Code System: health_equity_fund (Health Equity Fund (HEF))
CR Occupation CategoryCR Occupation Category Code System: garment_factory (Garment Factory Worker)
CR NationalityCambodia
CR Education LevelCR Education Level Code System: upper_secondary (Upper Secondary)
CR Employment StatusCR Employment Status Code System: informal_employed (Informally Employed)

Source1

{
  "resourceType": "Patient",
  "id": "CRPatientExample",
  "meta": {
    "profile": [
      "http://camdheaig.org/StructureDefinition/cr-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://camdheaig.org/StructureDefinition/cr-nationality",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:iso:std:iso:3166",
            "code": "KHM",
            "display": "Cambodia"
          }
        ]
      }
    },
    {
      "url": "http://camdheaig.org/StructureDefinition/cr-education-level",
      "valueCoding": {
        "system": "http://camdheaig.org/CodeSystem/cr-education-level",
        "code": "upper_secondary",
        "display": "Upper Secondary"
      }
    },
    {
      "url": "http://camdheaig.org/StructureDefinition/cr-employment-status",
      "valueCoding": {
        "system": "http://camdheaig.org/CodeSystem/cr-employment-status",
        "code": "informal_employed",
        "display": "Informally Employed"
      }
    },
    {
      "url": "http://camdheaig.org/StructureDefinition/cr-occupation-category",
      "valueCoding": {
        "system": "http://camdheaig.org/CodeSystem/cr-occupation-category",
        "code": "garment_factory",
        "display": "Garment Factory Worker"
      }
    },
    {
      "url": "http://camdheaig.org/StructureDefinition/cr-health-financing-type",
      "valueCoding": {
        "system": "http://camdheaig.org/CodeSystem/cr-health-financing-type",
        "code": "health_equity_fund",
        "display": "Health Equity Fund (HEF)"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://camdheaig.org/CodeSystem/cr-identifier-type",
            "code": "HID",
            "display": "Health ID"
          }
        ],
        "text": "Health ID"
      },
      "system": "http://clientregistry.org/hid",
      "value": "4278139652"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://camdheaig.org/CodeSystem/cr-identifier-type",
            "code": "KIDC",
            "display": "Khmer Identification Code"
          }
        ]
      },
      "system": "http://clientregistry.org/kidc",
      "value": "5310274819"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://camdheaig.org/CodeSystem/cr-identifier-type",
            "code": "HIV",
            "display": "HIV Programme Identifier"
          }
        ]
      },
      "system": "http://clientregistry.org/hiv-programme",
      "value": "HIV-KH-00419823"
    }
  ],
  "active": true,
  "name": [
    {
      "extension": [
        {
          "url": "http://camdheaig.org/StructureDefinition/cr-name-script",
          "valueCoding": {
            "system": "http://camdheaig.org/CodeSystem/cr-name-script",
            "code": "Khmer",
            "display": "Khmer Script"
          }
        }
      ],
      "use": "official",
      "text": "សុខ ដារា វិសាលខ",
      "family": "សុខ",
      "given": [
        "ដារា",
        "វិសាលខ"
      ]
    },
    {
      "extension": [
        {
          "url": "http://camdheaig.org/StructureDefinition/cr-name-script",
          "valueCoding": {
            "system": "http://camdheaig.org/CodeSystem/cr-name-script",
            "code": "Latin",
            "display": "Latin Script"
          }
        }
      ],
      "use": "official",
      "text": "Sokh Dara Visal",
      "family": "Sokh",
      "given": [
        "Dara",
        "Visal"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+85598661003"
    }
  ],
  "gender": "male",
  "birthDate": "1985-04-11",
  "_birthDate": {
    "extension": [
      {
        "url": "http://camdheaig.org/StructureDefinition/cr-dob-accuracy",
        "valueCoding": {
          "system": "http://camdheaig.org/CodeSystem/cr-dob-accuracy",
          "code": "exact",
          "display": "Exact"
        }
      }
    ]
  },
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "text": "Phum Prey Thom, Sangkat Tonle Bassac, Khan Chamkar Mon, Phnom Penh",
      "line": [
        "Phum Prey Thom"
      ],
      "district": "Sangkat Tonle Bassac, Khan Chamkar Mon",
      "state": "Phnom Penh"
    }
  ]
}