FHIR IG analytics| Package | com.sensotrend.multiProfileValidation |
| Resource Type | Patient |
| Id | Patient-patient-invalid-no-identifier-imposed-profile.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-invalid-no-identifier-imposed-profile
John Doe (no stated gender), DoB: 1990-01-01
| Active: | true | ||
{
"resourceType": "Patient",
"id": "patient-invalid-no-identifier-imposed-profile",
"meta": {
"profile": [
"https://sensotrend.com/fhir/multi-profile-validation/StructureDefinition/patient-profile-imposing-profiles"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"birthDate": "1990-01-01"
}