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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-bundle-patientmedicationlist.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-patientmedicationlist
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-bundle-patientmedicationlist
Version1.2.2
Statusactive
NameBundlePatientMedicationList
TitlePatient Medication List Bundle Profile
DescriptionBundle containing consolidated patient medication lists and statements.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.2.2profile-list-medicationstatementMedication Statement List Profile
synapxe.nde#1.0.0profile-medicationMedication
synapxe.nde#1.0.0profile-medicationstatementMedicationStatement
synapxe.nde#1.0.0profile-practitionerrolePractitionerRole
synapxe.sgcdi#1.2.2profile-relatedpersonRelated Person Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-bundle-patientmedicationlist",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-patientmedicationlist",
  "version": "1.2.2",
  "name": "BundlePatientMedicationList",
  "title": "Patient Medication List Bundle Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Bundle containing consolidated patient medication lists and statements.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:patientmedicationlist",
        "path": "Bundle.entry",
        "sliceName": "patientmedicationlist",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:patientmedicationlist.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-list-medicationstatement"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medicationstatement",
        "path": "Bundle.entry",
        "sliceName": "medicationstatement",
        "min": 1
      },
      {
        "id": "Bundle.entry:medicationstatement.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicationstatement"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:medication",
        "path": "Bundle.entry",
        "sliceName": "medication",
        "min": 1
      },
      {
        "id": "Bundle.entry:medication.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medication"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:practitionerrole",
        "path": "Bundle.entry",
        "sliceName": "practitionerrole"
      },
      {
        "id": "Bundle.entry:practitionerrole.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:relatedperson",
        "path": "Bundle.entry",
        "sliceName": "relatedperson"
      },
      {
        "id": "Bundle.entry:relatedperson.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-relatedperson"
            ]
          }
        ]
      }
    ]
  }
}