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

FHIR IG Statistics: ValueSet/valueset-ecr-messageheader-event

Packagehl7.fhir.us.ecr
TypeValueSet
Idvalueset-ecr-messageheader-event
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ecr/https://build.fhir.org/ig/HL7/case-reporting/ValueSet-valueset-ecr-messageheader-event.html
URLhttp://hl7.org/fhir/us/ecr/ValueSet/valueset-ecr-messageheader-event
Version2.1.2
Statusactive
Date2025-03-24T02:05:40+00:00
NameValueSet_Ecr_MessageHeader_Event
TitleeCR MessageHeader Event Value Set
Realmus
Authorityhl7
DescriptionThis value set contains codes that identify the event an eCR message represents.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
codesystem-messageHeader-eventMessageHeader Event Code System

Narrative

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

Generated Narrative: ValueSet valueset-ecr-messageheader-event

  • Include these codes as defined in http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-messageHeader-event
    CodeDisplayDefinition
    process-eicrProcess eICRProcess the eICR that is the focus of the eCR Task referenced by the eCR MessageHeader. See the Electronic Initial Case Report (eICR) Transaction and Profiles page in the eCR IG for further details.
    process-rrProcess Reportability ResponseProcess the Reportability Response that is the focus of the eCR Task referenced by the eCR MessageHeader. See the Reportability Response (RR) Transaction and Profiles page in the eCR IG for further details.

Source

{
  "resourceType": "ValueSet",
  "id": "valueset-ecr-messageheader-event",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ecr-messageheader-event",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.46.48.1"
    }
  ],
  "version": "2.1.2",
  "name": "ValueSet_Ecr_MessageHeader_Event",
  "title": "eCR MessageHeader Event Value Set",
  "status": "active",
  "experimental": false,
  "date": "2025-03-24T02:05:40+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This value set contains codes that identify the event an eCR message represents.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "United States of America"
    }
  ],
  "compose": {
    "inactive": false,
    "include": [
      {
        "system": "http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-messageHeader-event",
        "concept": [
          {
            "code": "process-eicr",
            "display": "Process eICR"
          },
          {
            "code": "process-rr",
            "display": "Process Reportability Response"
          }
        ]
      }
    ]
  }
}