FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-Hl7v2Message.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2606.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Message
URLhttp://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Message
Version0.2606.2
Statusactive
NameHl7v2Message
TitleHl7v2 Message
DescriptionIncoming or outgoing HL7 v2 message processed by Aidbox.
TypeHl7v2Message
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
io.health-samurai.core.r4b#0.2606.2Hl7v2ConfigHl7v2 Config

Narrative

No narrative content found in resource


Source1

{
  "description": "Incoming or outgoing HL7 v2 message processed by Aidbox.",
  "derivation": "specialization",
  "publisher": "Health Samurai",
  "fhirVersion": "4.3.0",
  "name": "Hl7v2Message",
  "abstract": false,
  "type": "Hl7v2Message",
  "resourceType": "StructureDefinition",
  "title": "Hl7v2 Message",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Integration.HL7v2"
    }
  ],
  "status": "active",
  "id": "Hl7v2Message",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Message",
  "version": "0.2606.2",
  "differential": {
    "element": [
      {
        "id": "Hl7v2Message",
        "path": "Hl7v2Message",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Hl7v2Message._source",
        "path": "Hl7v2Message._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Hl7v2Message.src",
        "path": "Hl7v2Message.src",
        "short": "Original source text of the HL7v2 message.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Hl7v2Message.status",
        "path": "Hl7v2Message.status",
        "short": "Processing status of the message (received, processed, or error).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-4",
            "severity": "error",
            "human": "Status must be one of: received, processed, error",
            "expression": "%context.subsetOf('received' | 'processed' | 'error')"
          }
        ]
      },
      {
        "id": "Hl7v2Message.type",
        "path": "Hl7v2Message.type",
        "short": "Message type code from the HL7v2 message.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Hl7v2Message.event",
        "path": "Hl7v2Message.event",
        "short": "Event type code from the HL7v2 message.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Hl7v2Message.apiOperation",
        "path": "Hl7v2Message.apiOperation",
        "short": "API operation to be performed with this message.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Hl7v2Message.config",
        "path": "Hl7v2Message.config",
        "short": "Reference to the configuration for processing this message.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Config"
            ]
          }
        ]
      },
      {
        "id": "Hl7v2Message.parsed",
        "path": "Hl7v2Message.parsed",
        "short": "Parsed content of the HL7v2 message.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Hl7v2Message.outcome",
        "path": "Hl7v2Message.outcome",
        "short": "Outcome of message processing.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}