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

FHIR IG Statistics: StructureDefinition/CancerScreeningProcedure.StructureDefinition

Packagelung.ca.screen.assignment
Resource TypeStructureDefinition
IdCancerScreeningProcedure.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=lung.ca.screen.assignment@1.0.1&canonical=https://sil-th-group-a.org/fhir/StructureDefinition/CancerScreeningProcedure
URLhttps://sil-th-group-a.org/fhir/StructureDefinition/CancerScreeningProcedure
Statusdraft
Date2023-07-25T11:22:39.2650519+00:00
NameCancerScreeningProcedure
TypeProcedure
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CancerPatientCancerPatient
ValueSet
screening-testsLung Cancer Screening Tests

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://sil-th-group-a.org/fhir/StructureDefinition/CancerScreeningProcedure",
  "name": "CancerScreeningProcedure",
  "status": "draft",
  "date": "2023-07-25T11:22:39.2650519+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.identifier",
        "path": "Procedure.identifier",
        "mustSupport": true
      },
      {
        "id": "Procedure.status",
        "path": "Procedure.status",
        "mustSupport": true
      },
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://sil-th-group-a.org/valueset/screening-tests"
        }
      },
      {
        "id": "Procedure.subject",
        "path": "Procedure.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "https://sil-th-group-a.org/fhir/StructureDefinition/CancerPatient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Procedure.performer.actor",
        "path": "Procedure.performer.actor",
        "mustSupport": true
      },
      {
        "id": "Procedure.outcome",
        "path": "Procedure.outcome",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}