FHIR IG analytics| Package | openehr.ehds.fhir.dataexchange |
| Resource Type | ValueSet |
| Id | ValueSet-OLCarerContingencyPlanContactType.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/freshehr/EHDS-openEHR-FHIR-IG/ValueSet-OLCarerContingencyPlanContactType.html |
| URL | https://ianbennett.github.io/ExampleIG_Ian/ValueSet/OLCarerContingencyPlanContactType |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-03-25T15:55:34+00:00 |
| Name | OLCarerContingencyPlanContactType |
| Title | OL - Carer contingency plan: Contact type |
| StructureDefinition | ||
| openehr.ehds.fhir.dataexchange#current | OLCarerContingencyPlan | OL - Carer contingency plan |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet OLCarerContingencyPlanContactType
http://openehr.org/archetypes/openEHR-EHR-CLUSTER.telecom_cc.v0/CS version Not Stated (use latest from terminology server)| Code | Display |
| FAX | Fax |
| HOME | Home Phone |
| MOBILE | Mobile Phone |
| OFFICE | Office Phone |
| OTHER | Other Phone |
| WORK | Work Phone |
{
"resourceType": "ValueSet",
"id": "OLCarerContingencyPlanContactType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/OLCarerContingencyPlanContactType",
"version": "0.1.0",
"name": "OLCarerContingencyPlanContactType",
"title": "OL - Carer contingency plan: Contact type",
"status": "draft",
"date": "2026-03-25T15:55:34+00:00",
"publisher": "Ian",
"contact": [
{
"name": "Ian",
"telecom": [
{
"system": "url",
"value": "http://example.org/example-publisher"
}
]
}
],
"compose": {
"include": [
{
"system": "http://openehr.org/archetypes/openEHR-EHR-CLUSTER.telecom_cc.v0/CS",
"concept": [
{
"code": "EMAIL",
"display": "EMail"
},
{
"code": "FAX",
"display": "Fax"
},
{
"code": "HOME",
"display": "Home Phone"
},
{
"code": "MOBILE",
"display": "Mobile Phone"
},
{
"code": "OFFICE",
"display": "Office Phone"
},
{
"code": "OTHER",
"display": "Other Phone"
},
{
"code": "WORK",
"display": "Work Phone"
}
]
}
]
}
}