EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide
1.1.0 - Informative Release 1 International flag

This page is part of the EHRS Functional Model - Record Lifecycle Events Implementation Guide (v1.1.0: Informative Release 1 - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: CodeSystem record-lifecycle-events - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "record-lifecycle-events",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/ehrs-rle/CodeSystem/record-lifecycle-events</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">copy<a name=\"record-lifecycle-events-copy\"> </a></td><td>Copy Content</td><td>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).</td></tr><tr><td style=\"white-space:nowrap\">paste<a name=\"record-lifecycle-events-paste\"> </a></td><td>Paste Content</td><td>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).</td></tr></table></div>"
  },
  "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/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/ehrs-rle"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/ehrs-rle/CodeSystem/record-lifecycle-events",
  "version" : "1.1.0",
  "name" : "RecordLifecycleEvents",
  "title" : "CodeSystem record-lifecycle-events",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-01-02T21:57:27+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)."
    }
  ]
}