FHIR IG analytics| Package | ihe.iti.fais |
| Resource Type | EnrollmentResponse |
| Id | EnrollmentResponse-ex-enrollment-resp-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: EnrollmentResponse ex-enrollment-resp-1
identifier: http://example.org/FAIS/NHIS/3bb58542-4449-11ef-8d48-d7b1b51e3816
status: Active
request: EnrollmentRequest: status = active; created = 2023-12-15
outcome: Processing Complete
disposition: Enrolled
created: 2023-12-15
organization: Organization National Health Insurance Scheme
{
"resourceType": "EnrollmentResponse",
"id": "ex-enrollment-resp-1",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/FAIS/NHIS",
"value": "3bb58542-4449-11ef-8d48-d7b1b51e3816"
}
],
"status": "active",
"request": {
"reference": "EnrollmentRequest/ex-enrollment-req-1"
},
"outcome": "complete",
"disposition": "Enrolled",
"created": "2023-12-15",
"organization": {
"reference": "Organization/ex-insurer-1"
}
}