FHIR IG analytics| Package | hl7se.fhir.base |
| Resource Type | Patient |
| Id | Patient-PatientExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample1
Profile: SE base profil for patient
Security Labels: all demographic information sensitivity (Details: ActCode code DEMO = 'all demographic information sensitivity'), Sekretessmarkering (Details: SE CodeSystem security labels code sekretessmarkering = 'Sekretessmarkering')
John Bob Goode Johansson(official) Male, DoB: 1950-09-07 ( http://electronichealth.se/identifier/personnummer#195009072553)
| Marital Status: | Registrerad partner | ||
| Contact Detail | 2120 S Michigan Ave Chicago 60616 US | ||
{
"resourceType": "Patient",
"id": "PatientExample1",
"meta": {
"profile": [
"http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "DEMO"
},
{
"system": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
"code": "sekretessmarkering"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://electronichealth.se/identifier/personnummer",
"value": "195009072553"
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
"valueString": "Johansson"
},
{
"url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
"valueString": "Goode"
}
],
"use": "official",
"text": "John Bob Goode Johansson",
"family": "Goode Johansson",
"given": [
"John",
"Bob"
],
"_given": [
null,
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "CL"
}
]
}
]
}
],
"gender": "male",
"birthDate": "1950-09-07",
"address": [
{
"extension": [
{
"url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/45991000052106",
"code": "63401000052101",
"display": "utlandsadress"
}
]
}
}
],
"line": [
"2120 S Michigan Ave"
],
"city": "Chicago",
"postalCode": "60616",
"country": "US"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status",
"code": "RP",
"display": "Registrerad partner"
}
]
}
}