FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/v3-ActRelationshipDocumentHQMF

Packagehl7.terminology
TypeValueSet
Idv3-ActRelationshipDocumentHQMF
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/ValueSet-v3-ActRelationshipDocumentHQMF.html
URLhttp://terminology.hl7.org/ValueSet/v3-ActRelationshipDocumentHQMF
Version3.0.0
Statusactive
Date2014-08-07
NameActRelationshipDocumentHQMF
TitleActRelationshipDocumentHQMF
Realmuv
Authorityhl7
DescriptionThe reasons that may be used when relating a Quality Measure Document to other document types.
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActRelationshipTypeActRelationshipType
v3-ActRelationshipTypeActRelationshipType

Narrative

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

Generated Narrative: ValueSet v3-ActRelationshipDocumentHQMF

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType
    CodeDisplayDefinition
    COMPhas componentThe target act is a component of the source act, with no semantics regarding composition or aggregation implied.
    DRIVis derived fromAssociates a derived Act with its input parameters. E.G., an anion-gap observation can be associated as being derived from given sodium-, (potassium-,), chloride-, and bicarbonate-observations. The narrative content (Act.text) of a source act is wholly machine-derived from the collection of target acts.
    RPLCreplacesA replacement source act replaces an existing target act. The state of the target act being replaced becomes obselete, but the act is typically still retained in the system for historical reference. The source and target must be of the same type.
    USEusesIndicates that the source act makes use of (or will make use of) the information content of the target act.

    *UsageNotes:* A usage relationship only makes sense if the target act is authored and occurs independently of the source act. Otherwise a simpler relationship such as COMP would be appropriate.

    *Rationale:* There is a need when defining a clinical trial protocol to indicate that the protocol makes use of other protocol or treatment specifications. This is stronger than the assertion of "references". References may exist without usage, and in a clinical trial protocol is common to assert both: what other specifications does this trial use and what other specifications does it merely reference.
    XCRPTExcerptsThe source is an excerpt from the target.
    XFRMtransformationUsed when the target Act is a transformation of the source Act. (For instance, used to show that a CDA document is a transformation of a DICOM SR document.)

Source

{
  "resourceType": "ValueSet",
  "id": "v3-ActRelationshipDocumentHQMF",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipDocumentHQMF",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.20522"
    }
  ],
  "version": "3.0.0",
  "name": "ActRelationshipDocumentHQMF",
  "title": "ActRelationshipDocumentHQMF",
  "status": "active",
  "experimental": false,
  "date": "2014-08-07",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "The reasons that may be used when relating a Quality Measure Document to other document types.",
  "immutable": true,
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType",
        "concept": [
          {
            "code": "COMP"
          },
          {
            "code": "DRIV"
          },
          {
            "code": "RPLC"
          },
          {
            "code": "USE"
          },
          {
            "code": "XCRPT"
          },
          {
            "code": "XFRM"
          }
        ]
      }
    ]
  }
}