FHIR IG analytics| Package | hl7.fhir.uv.vulcan-rwd |
| Resource Type | Patient |
| Id | Patient-RWDPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Sample Patient male, DoB: 1970-11-27 ( id: 1233567)
| Active: | true | ||
{
"resourceType": "Patient",
"id": "RWDPatient",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/patient-identifiers",
"value": "1233567"
}
],
"active": true,
"name": [
{
"family": "Patient",
"given": [
"Sample"
]
}
],
"gender": "male",
"birthDate": "1970-11-27"
}