FHIR IG analytics| Package | openehr.ehds.fhir.dataexchange |
| Resource Type | ValueSet |
| Id | ValueSet-OLCarerContingencyPlanAddressUse.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/freshehr/EHDS-openEHR-FHIR-IG/ValueSet-OLCarerContingencyPlanAddressUse.html |
| URL | https://ianbennett.github.io/ExampleIG_Ian/ValueSet/OLCarerContingencyPlanAddressUse |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-03-25T15:55:34+00:00 |
| Name | OLCarerContingencyPlanAddressUse |
| Title | OL - Carer contingency plan: Address Use |
| 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 OLCarerContingencyPlanAddressUse
http://openehr.org/archetypes/openEHR-EHR-CLUSTER.address_cc.v0/CS version Not Stated (use latest from terminology server)| Code | Display |
| BILLING | Billing Address |
| HOME | Residence Address |
| LEGAL | Legal Address |
| MAILING | Mailing Address |
| MEDREC | Medical Records Address |
| OTHER | Other Address |
| PERSONAL | Personal Address |
| PRACTICE | Practice Address |
{
"resourceType": "ValueSet",
"id": "OLCarerContingencyPlanAddressUse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/OLCarerContingencyPlanAddressUse",
"version": "0.1.0",
"name": "OLCarerContingencyPlanAddressUse",
"title": "OL - Carer contingency plan: Address Use",
"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.address_cc.v0/CS",
"concept": [
{
"code": "BILLING",
"display": "Billing Address"
},
{
"code": "HOME",
"display": "Residence Address"
},
{
"code": "LEGAL",
"display": "Legal Address"
},
{
"code": "MAILING",
"display": "Mailing Address"
},
{
"code": "MEDREC",
"display": "Medical Records Address"
},
{
"code": "OTHER",
"display": "Other Address"
},
{
"code": "PERSONAL",
"display": "Personal Address"
},
{
"code": "PRACTICE",
"display": "Practice Address"
}
]
}
]
}
}