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

FHIR IG Statistics: StructureDefinition/ext-medication-request-satus-changed.StructureDefinition

PackageForgePatientChart.0830
Resource TypeStructureDefinition
Idext-medication-request-satus-changed.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ForgePatientChart.0830@0.1.0&canonical=http://telus.com/fhir/patientChart/StructureDefinition/ext-medicationRequest-status-changed
URLhttp://telus.com/fhir/patientChart/StructureDefinition/ext-medicationRequest-status-changed
Statusdraft
NameExtStatusChangedFlag
TitleExt0-Medication Plan Status Changed Flag
Authorityhl7
DescriptionThe date (and perhaps time) when the status was changed.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


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",
  "url": "http://telus.com/fhir/patientChart/StructureDefinition/ext-medicationRequest-status-changed",
  "name": "ExtStatusChangedFlag",
  "title": "Ext0-Medication Plan Status Changed Flag",
  "status": "draft",
  "description": "The date (and perhaps time) when the status was changed.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "MedicationRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://telus.com/fhir/patientChart/StructureDefinition/ext-medicationRequest-status-changed"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}