FHIR IG analytics| Package | hl7.fhir.us.medication-rems |
| Resource Type | Patient |
| Id | Patient-example-patient-123.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-patient-123
Profile: US Core Patient Profile
August Samuels Male, DoB: 1989-03-12 ( http://example.org/patient-id#123)
| Contact Detail | 10023 Oakways Ln MA 01742 | ||
{
"resourceType": "Patient",
"id": "example-patient-123",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/patient-id",
"value": "123"
}
],
"name": [
{
"family": "Samuels",
"given": [
"August"
]
}
],
"gender": "male",
"birthDate": "1989-03-12",
"address": [
{
"line": [
"10023 Oakways Ln"
],
"state": "MA",
"postalCode": "01742"
}
]
}