FHIR IG analytics| Package | obligation |
| Resource Type | Patient |
| Id | Patient-BPatient1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BPatient1
Profile: B) Super Patient Profile
Gabriele Mustermann (official) Male, DoB: 1993-08-14 ( http://fhir.test.de/xyz#PAT123)
| Marital Status: | Married | ||
{
"resourceType": "Patient",
"id": "BPatient1",
"meta": {
"profile": [
"http://obligation.oemig.de/fhir/StructureDefinition/BSuperPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.test.de/xyz",
"value": "PAT123"
}
],
"name": [
{
"use": "official",
"family": "Mustermann",
"given": [
"Gabriele"
]
}
],
"gender": "male",
"birthDate": "1993-08-14",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
}
}