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

FHIR IG Statistics: StructureDefinition/Observation-dental-chart-my-core

PackageMyHIE.v4-test
Resource TypeStructureDefinition
IdObservation-dental-chart-my-core
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=MyHIE.v4-test@2.1.0-alpha&canonical=http://fhir.hie.moh.gov.my/StructureDefinition/Observation-dental-chart-my-core
URLhttp://fhir.hie.moh.gov.my/StructureDefinition/Observation-dental-chart-my-core
Version1.0.0
Statusactive
Date2023-10-22T22:57:47.1789817+00:00
NameObservationDentalChartMyCore
TitleObservationDentalChart (MY Core)
DescriptionObservationDentalChart
PurposeDental Chart
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
dental-code-my-coreValueSetDentalCode (MY Core)
dentitian-my-coreValueSetDentitian (MY Core)
surface-code-my-coreValueSetSurfaceCode (MY Core)
surface-my-coreValueSetSurface (MY Core)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Observation-dental-chart-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-dental-chart-my-core",
  "version": "1.0.0",
  "name": "ObservationDentalChartMyCore",
  "title": "ObservationDentalChart (MY Core)",
  "status": "active",
  "date": "2023-10-22T22:57:47.1789817+00:00",
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "description": "ObservationDentalChart",
  "purpose": "Dental Chart",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Dentitian",
        "definition": "Dentitian",
        "binding": {
          "strength": "required",
          "description": "Dentitian",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/dentitian-my-core"
        }
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.hie.moh.gov.my/CodeSystem/dentitian-my-core"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/surface-code-my-core"
        }
      },
      {
        "id": "Observation.value[x].coding.system",
        "path": "Observation.value[x].coding.system",
        "min": 1,
        "fixedUri": "http://fhir.hie.moh.gov.my/CodeSystem/surface-code-my-core"
      },
      {
        "id": "Observation.value[x].coding.code",
        "path": "Observation.value[x].coding.code",
        "min": 1
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "label": "Dental Intepretation",
        "short": "Dental Intepretation",
        "definition": "Dental Intepretation",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/dental-code-my-core"
        }
      },
      {
        "id": "Observation.interpretation.coding.system",
        "path": "Observation.interpretation.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.hie.moh.gov.my/CodeSystem/dental-code-my-core"
      },
      {
        "id": "Observation.interpretation.coding.code",
        "path": "Observation.interpretation.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.component:surface",
        "path": "Observation.component",
        "sliceName": "surface"
      },
      {
        "id": "Observation.component:surface.code",
        "path": "Observation.component.code",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/surface-my-core"
        }
      },
      {
        "id": "Observation.component:surface.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.hie.moh.gov.my/CodeSystem/surface-my-core"
      }
    ]
  }
}