FHIR IG analytics| Package | hl7.fhir.us.pdmp |
| Resource Type | Patient |
| Id | Patient-pdmp-patient-1.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-1
August Samuels Male, DoB: 1989-03-12 ( Social Security number: SSN#120-35-2435)
| Contact Detail | 10023 Oakways Ln MA 01742 | ||
{
"resourceType": "Patient",
"id": "pdmp-patient-1",
"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": "SS",
"display": "Social Security number"
}
]
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "120-35-2435"
}
],
"name": [
{
"family": "Samuels",
"given": [
"August"
]
}
],
"gender": "male",
"birthDate": "1989-03-12",
"address": [
{
"line": [
"10023 Oakways Ln"
],
"state": "MA",
"postalCode": "01742"
}
]
}