FHIR IG analytics| Package | ihe.iti.pdqm |
| Resource Type | Patient |
| Id | Patient-ex-patient-mothers-maiden-name.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ex-patient-mothers-maiden-name
Profile: PDQm Patient Profile
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
John Schmit Male, DoB: 1932-07-25 ( http://example.org/exampleSystem#90210)
| Contact Detail | WI USA | ||
| Patient Mother's Maiden Name | Doe | ||
{
"resourceType": "Patient",
"id": "ex-patient-mothers-maiden-name",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName",
"valueString": "Doe"
}
],
"identifier": [
{
"system": "http://example.org/exampleSystem",
"value": "90210"
}
],
"name": [
{
"use": "usual",
"text": "John Schmit",
"family": "Schmit",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1932-07-25",
"address": [
{
"state": "WI",
"country": "USA"
}
]
}