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

FHIR IG Statistics: StructureDefinition/360cc25d-b3c1-4404-a13a-7963a384280e

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
Id360cc25d-b3c1-4404-a13a-7963a384280e
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-Provenance
URLhttps://fhir.nhs.uk/StructureDefinition/NHSDigital-Provenance
Statusdraft
NameNHSDigitalProvenance
TypeProvenance
Kindresource

Resources that use this resource

StructureDefinition
NHSDigital-MedicationRequestNHS Digital MedicationRequest

Resources that this resource uses

StructureDefinition
NHSDigital-PractitionerNHSDigitalPractitioner
NHSDigital-PractitionerRoleNHSDigitalPractitionerRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "360cc25d-b3c1-4404-a13a-7963a384280e",
  "url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Provenance",
  "name": "NHSDigitalProvenance",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w3c.prov",
      "uri": "http://www.w3.org/ns/prov",
      "name": "W3C PROV"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "fhirauditevent",
      "uri": "http://hl7.org/fhir/auditevent",
      "name": "FHIR AuditEvent Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Provenance",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Provenance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Provenance.target",
        "path": "Provenance.target",
        "type": [
          {
            "code": "Reference",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Provenance.target.identifier",
        "path": "Provenance.target.identifier",
        "min": 1
      },
      {
        "id": "Provenance.target.identifier.system",
        "path": "Provenance.target.identifier.system",
        "min": 1
      },
      {
        "id": "Provenance.target.identifier.value",
        "path": "Provenance.target.identifier.value",
        "min": 1
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "mustSupport": true
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole"
            ]
          }
        ],
        "constraint": [
          {
            "key": "who-reference",
            "severity": "warning",
            "human": "agent.who - An identifier reference or resource reference must be provided",
            "expression": "(reference.exists() or identifier.exists())"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Provenance.agent.who.identifier",
        "path": "Provenance.agent.who.identifier"
      },
      {
        "id": "Provenance.agent.who.identifier.system",
        "path": "Provenance.agent.who.identifier.system",
        "min": 1
      },
      {
        "id": "Provenance.agent.who.identifier.value",
        "path": "Provenance.agent.who.identifier.value",
        "min": 1
      },
      {
        "id": "Provenance.signature",
        "path": "Provenance.signature",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Provenance.signature.when",
        "path": "Provenance.signature.when",
        "mustSupport": true
      },
      {
        "id": "Provenance.signature.who",
        "path": "Provenance.signature.who",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Practitioner",
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Provenance.signature.who.reference",
        "path": "Provenance.signature.who.reference",
        "min": 1
      }
    ]
  }
}