FHIR IG analytics| Package | obligation |
| Resource Type | Patient |
| Id | Patient-APatient2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient APatient2
Profile: A) Profile Sender Profile
Gabriele Mustermann (official) Male, DoB: 1993-08-14 ( http://fhir.test.de/abc#PAT123)
| Marital Status: | Married | ||
{
"resourceType": "Patient",
"id": "APatient2",
"meta": {
"profile": [
"http://obligation.oemig.de/fhir/StructureDefinition/APatientSenderProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.test.de/abc",
"value": "PAT123"
}
],
"name": [
{
"use": "official",
"family": "Mustermann",
"given": [
"Gabriele"
]
}
],
"gender": "male",
"_gender": {
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:send"
},
{
"url": "actor",
"valueReference": {
"reference": "ActorDefinition/ActorDefReceiverTest"
}
},
{
"url": "documentation",
"valueString": "This is the test documentation."
}
],
"url": "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"
}
]
},
"birthDate": "1993-08-14",
"_birthDate": {
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:print"
}
],
"url": "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"
}
]
},
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
}
}