FHIR IG analytics| Package | hl7.fhir.us.pdmp |
| Resource Type | Patient |
| Id | Patient-pdmp-patient-3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient pdmp-patient-3
Thomas Samuels Male, DoB: 1989-03-12 ( Medical Record Number: 28-145-2249)
| Contact Detail | 10023 Oakways Ln #23 MA 01742 | ||
{
"resourceType": "Patient",
"id": "pdmp-patient-3",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://Highview.org/EHR/patient/mrn",
"value": "28-145-2249"
}
],
"name": [
{
"family": "Samuels",
"given": [
"Thomas"
]
}
],
"gender": "male",
"birthDate": "1989-03-12",
"address": [
{
"line": [
"10023 Oakways Ln #23"
],
"state": "MA",
"postalCode": "01742"
}
]
}