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

FHIR IG analytics

Packagelean.sa.fhir.core
Resource TypePatient
IdLeanCorePatient_ResourceExample_001.json
FHIR Version

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": "Patient",
  "meta": {
    "profile": [
      "http://lean.sa/fhir/lean/core/StructureDefinition/lean-core-patient"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality",
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "SAU",
                "display": "Saudi Arabia"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://lean.sa/fhir/lean/core/StructureDefinition/extension-gender",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://lean.sa/fhir/lean/core/CodeSystem/patient-gender",
            "code": "M",
            "display": "Male"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://lean.sa/fhir/moi/patidentifier/nid",
      "value": "1123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "en"
        }
      ],
      "use": "official",
      "text": "Roel",
      "family": "Bor",
      "given": [
        "Roelof Olaf"
      ],
      "prefix": [
        "Drs."
      ],
      "suffix": [
        "PDEng."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31201234567",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1960-03-13",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "Bos en Lommerplein 280"
      ],
      "city": "Amsterdam",
      "postalCode": "1055RW",
      "country": "NLD"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  }
}