PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.2.0
    http://hl7.org/fhir/consent-state-codes
{
  "description": "Indicates the state of the consent.",
  "_filename": "CodeSystem-consent-state-codes.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2019-12-31T21:03:40+11:00",
  "meta": {
    "lastUpdated": "2019-12-31T21:03:40.621+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "ConsentState",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "ConsentState",
  "package_version": "4.2.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cbcc"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  } ],
  "status": "draft",
  "id": "824e32e4-98f6-4e4c-a4c5-ef26e43dea1e",
  "valueSet": "http://hl7.org/fhir/ValueSet/consent-state-codes",
  "kind": null,
  "url": "http://hl7.org/fhir/consent-state-codes",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.756",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "draft",
    "display": "Pending",
    "definition": "The consent is in development or awaiting use but is not yet intended to be acted upon."
  }, {
    "code": "active",
    "display": "Active",
    "definition": "The consent is to be followed and enforced."
  }, {
    "code": "inactive",
    "display": "Inactive",
    "definition": "The consent is terminated or replaced."
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "The consent was created wrongly (e.g. wrong patient) and should be ignored."
  }, {
    "code": "unknown",
    "display": "Unknown",
    "definition": "The resource is in an indeterminate state."
  } ],
  "caseSensitive": true,
  "version": "4.2.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}