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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-flag.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-flag
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-flag
Statusactive
NameFlag
TypeFlag
Kindresource

Resources that use this resource

StructureDefinition
profile-dischargesummaryDischargeSummary
profile-ednotesEDNotes
profile-medicationstatementMedicationStatement
profile-bundlepatientmedicationlistBundlePatientMedicationList
profile-patientmedicationlistPatientMedicationList
profile-outputmedicationlistOutputMedicationList

Resources that this resource uses

StructureDefinition
ext-alertRemarksAlert Remarks Extension
ext-updateReasonUpdate Reason Extension
profile-codeableconceptCodeableConcept
profile-patientPatient
profile-practitionerrolePractitionerRole
profile-reference-patientReference

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-flag",
  "name": "Flag",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Flag",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Flag",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Flag.contained",
        "path": "Flag.contained",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
            ]
          }
        ]
      },
      {
        "id": "Flag.extension:alertRemarks",
        "path": "Flag.extension",
        "sliceName": "alertRemarks",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-alertRemarks"
            ]
          }
        ]
      },
      {
        "id": "Flag.extension:updateReason",
        "path": "Flag.extension",
        "sliceName": "updateReason",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/ext-updateReason"
            ]
          }
        ]
      },
      {
        "id": "Flag.identifier",
        "path": "Flag.identifier",
        "max": "0"
      },
      {
        "id": "Flag.status",
        "path": "Flag.status",
        "fixedCode": "active"
      },
      {
        "id": "Flag.category",
        "path": "Flag.category",
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.synapxe.sg/ValueSet/medical-alert-codes"
        }
      },
      {
        "id": "Flag.category.extension",
        "path": "Flag.category.extension",
        "max": "0"
      },
      {
        "id": "Flag.category.coding.system",
        "path": "Flag.category.coding.system",
        "fixedUri": "https://fhir.synapxe.sg/CodeSystem/medical-alert-codes"
      },
      {
        "id": "Flag.category.coding.version",
        "path": "Flag.category.coding.version",
        "max": "0"
      },
      {
        "id": "Flag.code",
        "path": "Flag.code",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-codeableconcept"
            ]
          }
        ]
      },
      {
        "id": "Flag.code.extension",
        "path": "Flag.code.extension",
        "max": "0"
      },
      {
        "id": "Flag.code.coding.version",
        "path": "Flag.code.coding.version",
        "max": "0"
      },
      {
        "id": "Flag.subject",
        "path": "Flag.subject",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-reference-patient"
            ],
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "Flag.period.id",
        "path": "Flag.period.id",
        "max": "0"
      },
      {
        "id": "Flag.period.extension",
        "path": "Flag.period.extension",
        "max": "0"
      },
      {
        "id": "Flag.period.start",
        "path": "Flag.period.start",
        "min": 1
      },
      {
        "id": "Flag.period.end",
        "path": "Flag.period.end",
        "min": 1
      },
      {
        "id": "Flag.encounter",
        "path": "Flag.encounter",
        "max": "0"
      },
      {
        "id": "Flag.author",
        "path": "Flag.author",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
            ],
            "aggregation": [
              "contained"
            ]
          }
        ]
      },
      {
        "id": "Flag.author.id",
        "path": "Flag.author.id",
        "max": "0"
      },
      {
        "id": "Flag.author.extension",
        "path": "Flag.author.extension",
        "max": "0"
      },
      {
        "id": "Flag.author.reference",
        "path": "Flag.author.reference",
        "min": 1
      },
      {
        "id": "Flag.author.type",
        "path": "Flag.author.type",
        "max": "0"
      },
      {
        "id": "Flag.author.identifier",
        "path": "Flag.author.identifier",
        "max": "0"
      },
      {
        "id": "Flag.author.display",
        "path": "Flag.author.display",
        "max": "0"
      }
    ]
  }
}