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

FHIR IG Statistics: StructureDefinition/ext-provenanceComment.StructureDefinition

PackageForgePatientChart.0830
Resource TypeStructureDefinition
Idext-provenanceComment.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ForgePatientChart.0830@0.1.0&canonical=https://telus.com/fhir/patientChart/StructureDefinition/ext-provenance-comment
URLhttps://telus.com/fhir/patientChart/StructureDefinition/ext-provenance-comment
Statusdraft
NameExtProvenanceComment
Authorityhl7
DescriptionAllows for a comment to be added that pertains to the activity, that is not specifically a reason.
TypeExtension
Kindresource

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": "https://telus.com/fhir/patientChart/StructureDefinition/ext-provenance-comment",
  "name": "ExtProvenanceComment",
  "status": "draft",
  "description": "Allows for a comment to be added that pertains to the activity, that is not specifically a reason.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Provenance"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://telus.com/fhir/patientChart/StructureDefinition/ext-provenance-comment"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}