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

FHIR IG Statistics: StructureDefinition/Task-my-core

PackageMyHIE.v4-test
Resource TypeStructureDefinition
IdTask-my-core
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=MyHIE.v4-test@2.1.0-alpha&canonical=http://fhir.hie.moh.gov.my/StructureDefinition/Task-my-core
URLhttp://fhir.hie.moh.gov.my/StructureDefinition/Task-my-core
Version1.0.0
Statusactive
Date2023-10-22T22:57:47.1789817+00:00
NameTaskMyCore
TitleTask (MY Core)
TypeTask
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
schedule-type-my-coreValueSetScheduleType (MY Core)
task-business-status-my-coreValueSetTaskBusinessStatus (MY Core)
task-input-type-my-coreValueSetTaskInputType (MY Core)
task-output-type-my-coreValueSetTaskOutputType (MY Core)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Task-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Task-my-core",
  "version": "1.0.0",
  "name": "TaskMyCore",
  "title": "Task (MY Core)",
  "status": "active",
  "date": "2023-10-22T22:57:47.1789817+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.basedOn",
        "path": "Task.basedOn",
        "min": 1
      },
      {
        "id": "Task.businessStatus",
        "path": "Task.businessStatus",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/task-business-status-my-core"
        }
      },
      {
        "id": "Task.performerType",
        "path": "Task.performerType",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/schedule-type-my-core"
        }
      },
      {
        "id": "Task.input.type",
        "path": "Task.input.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/task-input-type-my-core"
        }
      },
      {
        "id": "Task.output.type",
        "path": "Task.output.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/task-output-type-my-core"
        }
      }
    ]
  }
}