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

FHIR IG Statistics: CodeSystem/extract-action-type

Packageopenehr.base
TypeCodeSystem
Idextract-action-type
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/CodeSystem-extract-action-type.html
URLhttps://specifications.openehr.org/fhir/codesystem-extract_action_type
Version0.1.0
Statusactive
Date2024-08-22
Nameextract_action_type
TitleExtract Action Type
Realmuv
Authorityhl7
DescriptionExtract Action Type
Contentcomplete

Resources that use this resource

ValueSet
valueset-extract_action_typeExtract Action Type

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem extract-action-type

This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-extract_action_type defines the following codes:

CodeDisplay
809 cancel
810 resend
811 send new

Additional Language Displays

CodeSpanish (es)Japanese (ja)Portuguese (pt)中文 (Chinese, zh)
809cancelaciónキャンセルcancelar取消
810reenvío再送reenviar重新发送
811nuevo envío新規送信enviar novo发送新的

Source

{
  "resourceType": "CodeSystem",
  "id": "extract-action-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "https://specifications.openehr.org/fhir/codesystem-extract_action_type",
  "version": "0.1.0",
  "name": "extract_action_type",
  "title": "Extract Action Type",
  "status": "active",
  "experimental": false,
  "date": "2024-08-22",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Extract Action Type",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "809",
      "display": "cancel",
      "designation": [
        {
          "language": "es",
          "value": "cancelación"
        },
        {
          "language": "ja",
          "value": "キャンセル"
        },
        {
          "language": "pt",
          "value": "cancelar"
        },
        {
          "language": "zh",
          "value": "取消"
        }
      ]
    },
    {
      "code": "810",
      "display": "resend",
      "designation": [
        {
          "language": "es",
          "value": "reenvío"
        },
        {
          "language": "ja",
          "value": "再送"
        },
        {
          "language": "pt",
          "value": "reenviar"
        },
        {
          "language": "zh",
          "value": "重新发送"
        }
      ]
    },
    {
      "code": "811",
      "display": "send new",
      "designation": [
        {
          "language": "es",
          "value": "nuevo envío"
        },
        {
          "language": "ja",
          "value": "新規送信"
        },
        {
          "language": "pt",
          "value": "enviar novo"
        },
        {
          "language": "zh",
          "value": "发送新的"
        }
      ]
    }
  ]
}