FHIR IG analytics| Package | test.no.basis |
| Resource Type | Patient |
| Id | no-basis-Patient-Espen-Eksempel.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"meta": {
"profile": [
"http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship",
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NO"
}
]
}
}
]
}
],
"identifier": [
{
"system": "urn:oid:2.16.578.1.12.4.1.4.1",
"value": "210377xxxxx"
}
],
"name": [
{
"family": "Eksempel",
"given": [
"Espen"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+4798216832",
"use": "home"
}
],
"gender": "male",
"address": [
{
"extension": [
{
"url": "http://hl7.no/fhir/StructureDefinition/no-basis-propertyinformation",
"extension": [
{
"url": "municipality",
"valueCoding": {
"system": "urn:oid:2.16.578.1.12.4.1.1.3402",
"code": "0301",
"display": "Oslo"
}
}
]
},
{
"url": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
"valueBoolean": true
}
],
"use": "home",
"line": [
"StÄlverkskroken 14"
],
"city": "Oslo",
"district": "Oslo",
"postalCode": "0661",
"country": "NO"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U",
"display": "unmarried"
}
]
},
"communication": [
{
"language": {
"text": "Norsk"
}
}
],
"generalPractitioner": [
{
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.2",
"value": "720"
},
"display": "SIDSEL AASE JAVERY"
}
]
}