FHIR IG analytics| Package | lean.sa.fhir.core |
| Resource Type | Patient |
| Id | LeanCorePatient_ResourceExample_001.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
}