FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample
Profile: PatientProfile
John Doe Male, DoB: 1980-06-03 ( DE1)
| Active: | true | Marital Status: | SINGLE | ||
| Contact Detail | ph: 555-1234 | ||||
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"http://example.org/StructureDefinition/PatientProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://example.org/beneficiary",
"code": "DE1"
}
]
},
"value": "12453"
}
],
"active": true,
"name": [
{
"text": "John Doe",
"family": "Doe"
}
],
"telecom": [
{
"system": "phone",
"value": "555-1234"
}
],
"gender": "male",
"birthDate": "1980-06-03",
"maritalStatus": {
"coding": [
{
"system": "http://example.org/CodeSystem/MMT.A",
"code": "DE16"
}
]
}
}