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

FHIR IG Statistics: StructureDefinition/ext-ProcessNoteDirectedTo

Packagepharmacyeclaim.two
Resource TypeStructureDefinition
Idext-ProcessNoteDirectedTo
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=pharmacyeclaim.two@1.0.2-preview&canonical=http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ProcessNoteDirectedTo
URLhttp://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ProcessNoteDirectedTo
Statusdraft
NameProcessNoteDirectedTo
TitleProcess Note Directed To
DescriptionIndicates whether the intended audience for the message is the patient or the provider
PurposeAllows the sender to specify whether this is directed to the patient or the provider
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
profile-claim-responseClaim Response Successful Dispense
profile-claim-response-proff-servicesClaim Response Professional Services

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ext-ProcessNoteDirectedTo",
  "url": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ProcessNoteDirectedTo",
  "name": "ProcessNoteDirectedTo",
  "title": "Process Note Directed To",
  "status": "draft",
  "description": "Indicates whether the intended audience for the message is the patient or the provider",
  "purpose": "Allows the sender to specify whether this is directed to the patient or the provider",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ClaimResponse.processNote"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://pharmacyeclaims.ca/FHIR/v1.0/StructureDefinition/ext-ProcessNoteDirectedTo"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "comment": "Conformance Rule:   Set value = \"patient\", \"provider\" or \"both\".\r\nUsage Note:   Allows the PMS vendor to assist in directing a message to a particular audiance.",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}