PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.r5.examples@5.0.0-ballot
    http://hl7.org/fhir/extension-context-type
{
  "description": "How an extension context is interpreted.",
  "_filename": "CodeSystem-extension-context-type.json",
  "package_name": "rs/hl7.fhir.r5.examples",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2022-09-10T04:52:37.223+10:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "ExtensionContextType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "ExtensionContextType",
  "package_version": "5.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "normative"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode": "4.0.0"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 5
  } ],
  "status": "active",
  "id": "395194e9-805a-4afd-a4bc-83dc647f50c1",
  "valueSet": "http://hl7.org/fhir/ValueSet/extension-context-type",
  "kind": null,
  "url": "http://hl7.org/fhir/extension-context-type",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.4.1013",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "fhirpath",
    "display": "FHIRPath",
    "definition": "The context is all elements that match the FHIRPath query found in the expression."
  }, {
    "code": "element",
    "display": "Element ID",
    "definition": "The context is any element that has an ElementDefinition.id that matches that found in the expression. This includes ElementDefinition Ids that have slicing identifiers. The full path for the element is [url]#[elementid]. If there is no #, the Element id is one defined in the base specification."
  }, {
    "code": "extension",
    "display": "Extension URL",
    "definition": "The context is a particular extension from a particular StructureDefinition, and the expression is just a uri that identifies the extension."
  } ],
  "caseSensitive": true,
  "version": "5.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}