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

FHIR IG Statistics: StructureDefinition/MessageHeader-SPOClinicalInformationResponse-General

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdMessageHeader-SPOClinicalInformationResponse-General
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationResponse_General
URLhttp://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationResponse_General
Statusactive
Date2021-08-23
NameMessageHeader_SPOClinicalInformationResponse_General
DescriptionThis MessageHeader profile describes the elements of the general Clinical Information Response (aka general callback) MessageHeader.
Copyright2021
TypeMessageHeader
Kindresource

Resources that use this resource

StructureDefinition
Bundle_SPOClinicalInformationResponse_GeneralBundle_SPOClinicalInformationResponse_General

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "MessageHeader-SPOClinicalInformationResponse-General",
  "url": "http://fhirdocs.surescripts.net/fhir/StructureDefinition/MessageHeader_SPOClinicalInformationResponse_General",
  "name": "MessageHeader_SPOClinicalInformationResponse_General",
  "status": "active",
  "date": "2021-08-23",
  "publisher": "Surescripts, LLC",
  "description": "This MessageHeader profile describes the elements of the general Clinical Information Response (aka general callback) MessageHeader.",
  "copyright": "2021",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MessageHeader",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageHeader",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MessageHeader.id",
        "path": "MessageHeader.id",
        "min": 1
      },
      {
        "id": "MessageHeader.event[x]",
        "path": "MessageHeader.event[x]",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "fixedCoding": {
          "system": "http://surescripts.net/fhir/spo/message-events",
          "code": "search-query"
        }
      },
      {
        "id": "MessageHeader.source.name",
        "path": "MessageHeader.source.name",
        "min": 1
      },
      {
        "id": "MessageHeader.source.software",
        "path": "MessageHeader.source.software",
        "min": 1
      },
      {
        "id": "MessageHeader.response",
        "path": "MessageHeader.response",
        "min": 1
      }
    ]
  }
}