FHIR IG analytics| Package | ch.fhir.ig.ch-ekm |
| Resource Type | Patient |
| Id | Patient-ChEkmPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ChEkmPatientExample
Beispielin Muster Male, DoB: 2000-01-01 ( urn:oid:2.16.756.5.32#AHVN13#7561234567897)
| Contact Detail |
| ||
| Person Recorded Sex Or Gender: |
| ||
| Patient Citizenship: |
| ||
{
"resourceType": "Patient",
"id": "ChEkmPatientExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "76689-9",
"display": "Sex Assigned At Birth"
}
]
}
},
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007",
"display": "Male (finding)"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
},
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"identifier": [
{
"system": "urn:oid:2.16.756.5.32",
"value": "7561234567897"
}
],
"name": [
{
"family": "Muster",
"given": [
"Beispielin"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 79 222 33 44"
}
],
"gender": "male",
"birthDate": "2000-01-01",
"address": [
{
"use": "home",
"line": [
"Tannenstrasse 10a"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Tannenstrasse"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "10a"
}
]
}
],
"city": "Liebefeld",
"state": "BE",
"postalCode": "3097",
"country": "CH",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
"valueCoding": {
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
}
]
}
}
]
}