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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-hl7V3Conformance.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v3-hl7V3Conformance

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-hl7V3Conformance defines the following codes in a Is-A hierarchy:

CodeDisplayDefinition
I ignoredDescription: 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.
NP not permittedDescription: All implementers are prohibited from transmitting this content, and may raise an error if they receive it.
R requiredDescription: All implementers must support this property. I.e. they must be able to transmit, or to receive and usefully handle the concept.
RC required for consumerDescription: 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.
RI required for initiatorDescription: 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.
U undeterminedDescription: The conformance expectations for this element have not yet been determined.

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-hl7V3Conformance",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "external"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v3-hl7V3Conformance",
  "version": "2018-08-12",
  "name": "v3.hl7V3Conformance",
  "title": "v3 Code System hl7V3Conformance",
  "status": "active",
  "experimental": false,
  "date": "2018-08-12T00:00:00+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Description:\r\nIdentifies allowed codes for HL7aTMs v3 conformance property.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "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."
    }
  ]
}