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

FHIR IG analytics

Packagefhir.ph.core
Resource TypePatient
IdPatient-patient-single-example.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

Juan Dela Cruz is a male patient born on 1 January 1980, residing in Manila, NCR, Philippines.

Source1

{
  "resourceType": "Patient",
  "id": "patient-single-example",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "PH",
                "display": "Philippines (the)"
              }
            ]
          }
        },
        {
          "url": "period",
          "valuePeriod": {
            "start": "2020-01-01",
            "end": "2023-01-01"
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "code": "1007",
            "display": "Atheism"
          }
        ]
      }
    },
    {
      "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/indigenous-people",
      "valueBoolean": true
    },
    {
      "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/indigenous-group",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://doh.gov.ph/fhir/ph-core/CodeSystem/indigenous-groups-cs",
            "code": "Aetas",
            "display": "Aetas"
          }
        ]
      }
    },
    {
      "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/race",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-Race",
            "code": "2036-2",
            "display": "Filipino"
          }
        ]
      }
    },
    {
      "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/educational-attainment",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://psa.gov.ph/classification/psced/level",
            "code": "C201301",
            "display": "Elementary Graduate"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "occupationClassification",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://psa.gov.ph/classification/psoc/unit",
                "code": "111102",
                "display": "Hospital Administrator"
              }
            ]
          }
        },
        {
          "url": "occupationLength",
          "valuePeriod": {
            "start": "2020-01-01"
          }
        }
      ],
      "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/occupation"
    }
  ],
  "identifier": [
    {
      "system": "http://philhealth.gov.ph/fhir/Identifier/philhealth-id",
      "value": "63-584789845-5"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Dela Cruz",
      "given": [
        "Juan Jane",
        "Dela Fuente"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1985-06-15",
  "address": [
    {
      "extension": [
        {
          "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
          "valueCoding": {
            "system": "https://psa.gov.ph/classification/psgc",
            "code": "1380100001",
            "display": "Barangay 1"
          }
        },
        {
          "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
          "valueCoding": {
            "system": "https://psa.gov.ph/classification/psgc",
            "code": "1380200000",
            "display": "City of Las PiƱas"
          }
        },
        {
          "url": "http://doh.gov.ph/fhir/ph-core/StructureDefinition/province",
          "valueCoding": {
            "system": "https://psa.gov.ph/classification/psgc",
            "code": "0402100000",
            "display": "Cavite"
          }
        }
      ],
      "line": [
        "123 Mabini Street",
        "Barangay Malinis"
      ],
      "city": "Quezon City",
      "district": "NCR",
      "postalCode": "1100",
      "country": "PH"
    }
  ]
}