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

FHIR IG analytics

Packageon.accdr.pkg
Resource TypeStructureDefinition
IdCDRDocumentReference.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=on.accdr.pkg@0.9.24-beta&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-DocumentReference
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-DocumentReference
Statusdraft
Date2024-04-29T19:08:23.3955269+00:00
NameCDRDocumentReference
TypeDocumentReference
Kindresource

Resources that use this resource

StructureDefinition
ca-on-accdr-profile-searchset-BundleSearchResultBundle

Resources that this resource uses

StructureDefinition
ca-on-accdr-profile-EncounterCDREncounter
ca-on-accdr-profile-OrganizationOrganization
ca-on-accdr-profile-PatientCDRPatient
ca-on-accdr-profile-PractitionerPractitioner
ca-on-accdr-profile-PractitionerRolePractitionerRole
ext-loinc-ontology-axisLOINC Ontology Axis

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "fe000522-0913-473f-a5e3-a73e8e9a8642",
  "meta": {
    "lastUpdated": "2025-02-04T20:58:24.7848222+00:00"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-DocumentReference",
  "name": "CDRDocumentReference",
  "status": "draft",
  "date": "2024-04-29T19:08:23.3955269+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "CDR-data-in-v2",
      "name": "CDR HL7 v2 data in"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DocumentReference",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DocumentReference.meta",
        "path": "DocumentReference.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.meta.profile",
        "path": "DocumentReference.meta.profile",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier",
        "path": "DocumentReference.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type.coding.code"
            }
          ],
          "rules": "open"
        },
        "definition": "Other identifiers associated with the document, including any identifier in the filling application, or a placer group number",
        "comment": "this will contain the placer order number (OBR-2) and if applicable, filler order number (OBR-3). They will be distinguished by identifier.type.",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "CDR-data-in-v2",
            "map": "OBR.3, ORC.4"
          }
        ]
      },
      {
        "id": "DocumentReference.identifier.type",
        "path": "DocumentReference.identifier.type",
        "short": "Description of identifier.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.type.coding",
        "path": "DocumentReference.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.type.coding.system",
        "path": "DocumentReference.identifier.type.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.type.coding.code",
        "path": "DocumentReference.identifier.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.type.coding.display",
        "path": "DocumentReference.identifier.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.system",
        "path": "DocumentReference.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier.value",
        "path": "DocumentReference.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number",
        "path": "DocumentReference.identifier",
        "sliceName": "slice-placer-order-number",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.type",
        "path": "DocumentReference.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.type.coding",
        "path": "DocumentReference.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.type.coding.system",
        "path": "DocumentReference.identifier.type.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.type.coding.code",
        "path": "DocumentReference.identifier.type.coding.code",
        "min": 1,
        "fixedCode": "PLAC",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.type.coding.display",
        "path": "DocumentReference.identifier.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.system",
        "path": "DocumentReference.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-order-number.value",
        "path": "DocumentReference.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number",
        "path": "DocumentReference.identifier",
        "sliceName": "slice-filler-order-number",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.type",
        "path": "DocumentReference.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.type.coding",
        "path": "DocumentReference.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.type.coding.system",
        "path": "DocumentReference.identifier.type.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.type.coding.code",
        "path": "DocumentReference.identifier.type.coding.code",
        "min": 1,
        "fixedCode": "FILL",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.type.coding.display",
        "path": "DocumentReference.identifier.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.system",
        "path": "DocumentReference.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-filler-order-number.value",
        "path": "DocumentReference.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number",
        "path": "DocumentReference.identifier",
        "sliceName": "slice-placer-group-number",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.type",
        "path": "DocumentReference.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.type.coding",
        "path": "DocumentReference.identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.type.coding.system",
        "path": "DocumentReference.identifier.type.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.type.coding.code",
        "path": "DocumentReference.identifier.type.coding.code",
        "min": 1,
        "fixedCode": "PGN",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.type.coding.display",
        "path": "DocumentReference.identifier.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.system",
        "path": "DocumentReference.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.identifier:slice-placer-group-number.value",
        "path": "DocumentReference.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.docStatus",
        "path": "DocumentReference.docStatus",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type",
        "path": "DocumentReference.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding",
        "path": "DocumentReference.type.coding",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding.system",
        "path": "DocumentReference.type.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding.code",
        "path": "DocumentReference.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.type.coding.display",
        "path": "DocumentReference.type.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.category",
        "path": "DocumentReference.category",
        "comment": "Only populated on document retrieval",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.category.extension:ext-LOINC-Ontology-axis",
        "path": "DocumentReference.category.extension",
        "sliceName": "ext-LOINC-Ontology-axis",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ext-loinc-ontology-axis"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "DocumentReference.category.coding",
        "path": "DocumentReference.category.coding",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.category.coding.system",
        "path": "DocumentReference.category.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.category.coding.code",
        "path": "DocumentReference.category.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.category.coding.display",
        "path": "DocumentReference.category.coding.display",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.subject",
        "path": "DocumentReference.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DocumentReference.date",
        "path": "DocumentReference.date",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.author",
        "path": "DocumentReference.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PractitionerRole",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Practitioner",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Organization"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "CDR-data-in-v2",
            "map": "OBR.32"
          }
        ]
      },
      {
        "id": "DocumentReference.author.reference",
        "path": "DocumentReference.author.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.custodian",
        "path": "DocumentReference.custodian",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Organization"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "CDR-data-in-v2",
            "map": "OBR.2.2",
            "comment": "Organization OID in OBR.2.2"
          }
        ]
      },
      {
        "id": "DocumentReference.custodian.reference",
        "path": "DocumentReference.custodian.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DocumentReference.relatesTo",
        "path": "DocumentReference.relatesTo",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.relatesTo.code",
        "path": "DocumentReference.relatesTo.code",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.relatesTo.target",
        "path": "DocumentReference.relatesTo.target",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content",
        "path": "DocumentReference.content",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content.attachment",
        "path": "DocumentReference.content.attachment",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.content.attachment.url",
        "path": "DocumentReference.content.attachment.url",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.context",
        "path": "DocumentReference.context",
        "mustSupport": true
      },
      {
        "id": "DocumentReference.context.encounter",
        "path": "DocumentReference.context.encounter",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Encounter"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DocumentReference.context.encounter.reference",
        "path": "DocumentReference.context.encounter.reference",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}