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

FHIR IG Statistics: CodeSystem/record-lifecycle-events

Packagehl7.fhir.uv.ehrs-rle
TypeCodeSystem
Idrecord-lifecycle-events
FHIR VersionR6
Sourcehttp://hl7.org/fhir/uv/ehrs-rle/https://build.fhir.org/ig/HL7/ehrs-rle-ig/CodeSystem-record-lifecycle-events.html
URLhttp://hl7.org/fhir/uv/ehrs-rle/CodeSystem/record-lifecycle-events
Version1.2.0
Statusactive
Date2025-01-30T16:34:01+00:00
NameRecordLifecycleEvents
TitleCodeSystem record-lifecycle-events
Realmuv
Authorityhl7
DescriptionRecord Lifecycle Events CodeSystem - new events
Contentcomplete

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 record-lifecycle-events

This case-sensitive code system http://hl7.org/fhir/uv/ehrs-rle/CodeSystem/record-lifecycle-events defines the following codes:

CodeDisplayDefinition
copy Copy ContentCauses the system to select and duplicate record entry content in an electronic clipboard with the intent to paste that content into another record entry (precursor action to Paste Content Lifecycle Event).
paste Paste ContentCauses the system to insert record content from the electronic clipboard (thus duplicating that content) into another record entry (successor action to Copy Content Lifecycle Event).

Source

{
  "resourceType": "CodeSystem",
  "id": "record-lifecycle-events",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "ehr"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/hl7.fhir.uv.ehrs-rle"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/ehrs-rle/ImplementationGuide/hl7.fhir.uv.ehrs-rle"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/ehrs-rle/CodeSystem/record-lifecycle-events",
  "version": "1.2.0",
  "name": "RecordLifecycleEvents",
  "title": "CodeSystem record-lifecycle-events",
  "status": "active",
  "experimental": false,
  "date": "2025-01-30T16:34:01+00:00",
  "publisher": "HL7 International / Electronic Health Records",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/ehr"
        }
      ]
    }
  ],
  "description": "Record Lifecycle Events CodeSystem - new events",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "copy",
      "display": "Copy Content",
      "definition": "Causes the system to select and duplicate record entry content in an electronic clipboard with the intent to paste that content into another record entry (precursor action to Paste Content Lifecycle Event)."
    },
    {
      "code": "paste",
      "display": "Paste Content",
      "definition": "Causes the system to insert record content from the electronic clipboard (thus duplicating that content) into another record entry (successor action to Copy Content Lifecycle Event)."
    }
  ]
}