FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageopenehr.ehds.fhir.dataexchange
Resource TypeValueSet
IdValueSet-OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/freshehr/EHDS-openEHR-FHIR-IG/ValueSet-OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole.html
URLhttps://ianbennett.github.io/ExampleIG_Ian/ValueSet/OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole
Version0.1.0
Statusdraft
Date2026-03-25T15:55:34+00:00
NameOLCarerContingencyPlanReplacementHasConsentedToActingInThatRole
TitleOL - Carer contingency plan: Replacement has consented to acting in that role

Resources that use this resource

StructureDefinition
openehr.ehds.fhir.dataexchange#currentOLCarerContingencyPlanOL - Carer contingency plan

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole

  • Include these codes as defined in http://openehr.org/archetypes/openEHR-EHR-EVALUATION.personal_responsibilities.v1/CS version Not Stated (use latest from terminology server)
    CodeDisplay
    at0027Yes
    at0028No

Source1

{
  "resourceType": "ValueSet",
  "id": "OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ianbennett.github.io/ExampleIG_Ian/ValueSet/OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole",
  "version": "0.1.0",
  "name": "OLCarerContingencyPlanReplacementHasConsentedToActingInThatRole",
  "title": "OL - Carer contingency plan: Replacement has consented to acting in that role",
  "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-EVALUATION.personal_responsibilities.v1/CS",
        "concept": [
          {
            "code": "at0027",
            "display": "Yes"
          },
          {
            "code": "at0028",
            "display": "No"
          }
        ]
      }
    ]
  }
}