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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-list-medicationstatement.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-list-medicationstatement
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-list-medicationstatement
Statusactive
NamePatientMedicationList
TypeList
Kindresource

Resources that use this resource

StructureDefinition
synapxe.sgcdi#1.1.3profile-bundle-patientmedicationlistBundlePatientMedicationList

Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.1.3profile-annotationAnnotation
synapxe.sgcdi#1.1.3profile-codeableconceptCodeableConcept
synapxe.nde#1.0.0profile-encounterEncounter
synapxe.sgcdi#1.1.3profile-identifierIdentifier
synapxe.nde#1.0.0profile-medicationstatementMedicationStatement
synapxe.nde#1.0.0profile-patientPatient
synapxe.nde#1.0.0profile-practitionerrolePractitionerRole
synapxe.sgcdi#1.1.3profile-reference-encounterReference
synapxe.sgcdi#1.1.3profile-reference-patientReference
ValueSet
synapxe.sgcdi#1.1.3annotation-typeAnnotation Type Value Set
synapxe.sgcdi#1.1.3list-typeList Type Value Set

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-list-medicationstatement",
  "name": "PatientMedicationList",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.identifier",
        "path": "List.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "List.identifier.system",
        "path": "List.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/pml-id"
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "fixedCode": "working"
      },
      {
        "id": "List.title",
        "path": "List.title",
        "max": "0"
      },
      {
        "id": "List.code",
        "path": "List.code",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/list-type"
        }
      },
      {
        "id": "List.code.coding.system",
        "path": "List.code.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/list-example-use-codes"
      },
      {
        "id": "List.code.coding.code",
        "path": "List.code.coding.code",
        "fixedCode": "medications"
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "List.encounter",
        "path": "List.encounter",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-encounter"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "List.date",
        "path": "List.date",
        "min": 1
      },
      {
        "id": "List.source",
        "path": "List.source",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "List.orderedBy",
        "path": "List.orderedBy",
        "max": "0"
      },
      {
        "id": "List.note",
        "path": "List.note",
        "max": "1",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-annotation"
            ]
          }
        ]
      },
      {
        "id": "List.note.extension",
        "path": "List.note.extension",
        "min": 1
      },
      {
        "id": "List.note.extension:annotationType",
        "path": "List.note.extension",
        "sliceName": "annotationType",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/annotationType"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "List.note.extension:annotationType.value[x]",
        "path": "List.note.extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/annotation-type"
        }
      },
      {
        "id": "List.note.extension:annotationType.value[x].coding.system",
        "path": "List.note.extension.value[x].coding.system",
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/annotation-type"
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "min": 1
      },
      {
        "id": "List.entry.id",
        "path": "List.entry.id",
        "max": "0"
      },
      {
        "id": "List.entry.extension",
        "path": "List.entry.extension",
        "max": "0"
      },
      {
        "id": "List.entry.modifierExtension",
        "path": "List.entry.modifierExtension",
        "max": "0"
      },
      {
        "id": "List.entry.flag",
        "path": "List.entry.flag",
        "max": "0"
      },
      {
        "id": "List.entry.deleted",
        "path": "List.entry.deleted",
        "max": "0"
      },
      {
        "id": "List.entry.date",
        "path": "List.entry.date",
        "min": 1
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-medicationstatement"
            ],
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "List.emptyReason",
        "path": "List.emptyReason",
        "max": "0"
      }
    ]
  }
}