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

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

PackageMyHIE.v4-test
Resource TypeStructureDefinition
IdObservation-dental-alert-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-alert-my-core
URLhttp://fhir.hie.moh.gov.my/StructureDefinition/Observation-dental-alert-my-core
Version1.0.0
Statusactive
Date2023-09-13T04:24:23.3840435+00:00
NameObservationDentalAlertMyCore
DescriptionDental Alert
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
dental-alert-code-my-coreValueSetDentalAlertCode (MY Core)
dental-history-alert-my-coreValueSetDentalHistoryAlert (MY Core)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Observation-dental-alert-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-dental-alert-my-core",
  "version": "1.0.0",
  "name": "ObservationDentalAlertMyCore",
  "status": "active",
  "date": "2023-09-13T04:24:23.3840435+00:00",
  "description": "Dental Alert",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.category.coding.code",
        "path": "Observation.category.coding.code",
        "fixedCode": "dental-alert"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Dental Alert Type",
        "definition": "Dental Alert Type",
        "binding": {
          "strength": "example",
          "description": "Dental Alert Type",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/dental-alert-code-my-core"
        }
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Observation.value[x].coding",
        "path": "Observation.value[x].coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.value[x].coding:medicalHistoryAlert",
        "path": "Observation.value[x].coding",
        "sliceName": "medicalHistoryAlert"
      },
      {
        "id": "Observation.value[x].coding:medicalHistoryAlert.system",
        "path": "Observation.value[x].coding.system",
        "fixedUri": "http://hl7.org/fhir/sid/icd-11"
      },
      {
        "id": "Observation.value[x].coding:familyMemberAlert",
        "path": "Observation.value[x].coding",
        "sliceName": "familyMemberAlert"
      },
      {
        "id": "Observation.value[x].coding:familyMemberAlert.system",
        "path": "Observation.value[x].coding.system",
        "fixedUri": "familyMemberAlert"
      },
      {
        "id": "Observation.value[x].coding:drugAlert",
        "path": "Observation.value[x].coding",
        "sliceName": "drugAlert"
      },
      {
        "id": "Observation.value[x].coding:drugAlert.system",
        "path": "Observation.value[x].coding.system",
        "fixedUri": "drugAlert"
      },
      {
        "id": "Observation.value[x].coding:allergyAlert",
        "path": "Observation.value[x].coding",
        "sliceName": "allergyAlert"
      },
      {
        "id": "Observation.value[x].coding:allergyAlert.system",
        "path": "Observation.value[x].coding.system",
        "fixedUri": "allergyAlert"
      },
      {
        "id": "Observation.value[x].coding:dentalHistory",
        "path": "Observation.value[x].coding",
        "sliceName": "dentalHistory",
        "binding": {
          "strength": "required",
          "description": "Dental History",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/dental-history-alert-my-core"
        }
      },
      {
        "id": "Observation.value[x].coding:dentalHistory.system",
        "path": "Observation.value[x].coding.system",
        "fixedUri": "http://fhir.hie.moh.gov.my/CodeSystem/dental-history-alert-my-core"
      }
    ]
  }
}