@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "care-plan-status"]; # fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2019-10-24T11:53:00+11:00"^^xsd:dateTime ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://hl7.org/fhir/care-plan-status

CodeDisplayDefinition
draft DraftThe plan is in development or awaiting use but is not yet intended to be acted upon.
active ActiveThe plan is intended to be followed and used as part of patient care.
on-hold On HoldThe plan has been temporarily stopped but is expected to resume in the future.
completed CompletedThe plan is no longer in use and is not expected to be followed or used in patient care.
entered-in-error Entered In ErrorThe plan was entered in error and voided.
revoked RevokedThe plan has been terminated prior to reaching completion (though it may have been replaced by a new plan).
unknown UnknownThe authoring system doesn't know the current state of the care plan.

Additional Language Displays

CodeDansk (Danish, da)
draftUnder udarbejdelse
activeAktiv
on-holdSuspenderet
completedAfsluttet
entered-in-errorFejlindtastning
revokedAnnulleret
unknownUkendt
" ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status" ]; fhir:Extension.valueString [ fhir:value "Informative" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.valueCode [ fhir:value "pc" ] ]; # fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/care-plan-status"]; # fhir:CodeSystem.version [ fhir:value "2.7.0"]; # fhir:CodeSystem.name [ fhir:value "Care Plan Status"]; # fhir:CodeSystem.status [ fhir:value "active"]; # fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # fhir:CodeSystem.date [ fhir:value "2019-10-24T11:53:00+11:00"^^xsd:dateTime]; # fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"]; # fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; # fhir:CodeSystem.description [ fhir:value "Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record."]; # fhir:CodeSystem.content [ fhir:value "supplement"]; # fhir:CodeSystem.supplements [ fhir:value "http://hl7.org/fhir/request-status"; fhir:link ]; # fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "draft" ]; fhir:CodeSystem.concept.display [ fhir:value "Draft" ]; fhir:CodeSystem.concept.definition [ fhir:value "The plan is in development or awaiting use but is not yet intended to be acted upon." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Under udarbejdelse" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "active" ]; fhir:CodeSystem.concept.display [ fhir:value "Active" ]; fhir:CodeSystem.concept.definition [ fhir:value "The plan is intended to be followed and used as part of patient care." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Aktiv" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "on-hold" ]; fhir:CodeSystem.concept.display [ fhir:value "On Hold" ]; fhir:CodeSystem.concept.definition [ fhir:value "The plan has been temporarily stopped but is expected to resume in the future." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Suspenderet" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "completed" ]; fhir:CodeSystem.concept.display [ fhir:value "Completed" ]; fhir:CodeSystem.concept.definition [ fhir:value "The plan is no longer in use and is not expected to be followed or used in patient care." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Afsluttet" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "entered-in-error" ]; fhir:CodeSystem.concept.display [ fhir:value "Entered In Error" ]; fhir:CodeSystem.concept.definition [ fhir:value "The plan was entered in error and voided." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Fejlindtastning" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "revoked" ]; fhir:CodeSystem.concept.display [ fhir:value "Revoked" ]; fhir:CodeSystem.concept.definition [ fhir:value "The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan)." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Annulleret" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "unknown" ]; fhir:CodeSystem.concept.display [ fhir:value "Unknown" ]; fhir:CodeSystem.concept.definition [ fhir:value "The authoring system doesn't know the current state of the care plan." ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "da" ]; fhir:CodeSystem.concept.designation.use [ a sct:900000000000013009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "900000000000013009" ] ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Ukendt" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------