Release 4

V3-hl7V3Conformance.cs.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Description: Identifies allowed codes for HL7aTMs v3 conformance property.

{
  "resourceType" : "CodeSystem",
  "id" : "v3-hl7V3Conformance",
  "meta" : {
    "lastUpdated" : "2018-08-12T00:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/v3-hl7V3Conformance",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.5.1125"
  }],
  "version" : "2018-08-12",
  "name" : "v3.hl7V3Conformance",
  "title" : "v3 Code System hl7V3Conformance",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-08-12T00:00:00+00:00",
  "publisher" : "HL7, Inc",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org"
    }]
  }],
  "description" : "  Description:\r\nIdentifies allowed codes for HL7aTMs v3 conformance property.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/v3-hl7V3Conformance",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "I",
    "display" : "ignored",
    "definition" : "Description: Implementers receiving this property must not raise an error if the data is received, but will not perform any useful function with the data.  This conformance level is not used in profiles or other artifacts that are specific to the \"sender\" or \"initiator\" of a communication."
  },
  {
    "code" : "NP",
    "display" : "not permitted",
    "definition" : "Description: All implementers are prohibited from transmitting this content, and may raise an error if they receive it."
  },
  {
    "code" : "R",
    "display" : "required",
    "definition" : "Description: All implementers must support this property.  I.e. they must be able to transmit, or to receive and usefully handle the concept."
  },
  {
    "code" : "RC",
    "display" : "required for consumer",
    "definition" : "Description: The element is considered \"required\" (i.e. must be supported) from the perspective of systems that consume  instances, but is \"undetermined\" for systems that generate instances.  Used only as part of specifications that define both initiator and consumer expectations."
  },
  {
    "code" : "RI",
    "display" : "required for initiator",
    "definition" : "Description: The element is considered \"required\" (i.e. must be supported) from the perspective of systems that generate instances, but is \"undetermined\" for systems that consume instances.  Used only as part of specifications that define both initiator and consumer expectations."
  },
  {
    "code" : "U",
    "display" : "undetermined",
    "definition" : "Description: The conformance expectations for this element have not yet been determined."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.