FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemyhie.v4
Resource TypeStructureDefinition
IdStructureDefinition-AllergyIntolerance-my-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "AllergyIntolerance-my-core",
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/AllergyIntolerance-my-core",
  "version": "1.0.0",
  "name": "AllergyIntoleranceMyCore",
  "title": "AllergyIntolerance (MY Core)",
  "status": "active",
  "date": "2024-03-13T01:41:41.3395961+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "AllergyIntolerance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AllergyIntolerance.extension",
        "path": "AllergyIntolerance.extension",
        "min": 1
      },
      {
        "id": "AllergyIntolerance.extension:formulary",
        "path": "AllergyIntolerance.extension",
        "sliceName": "formulary",
        "short": "An extension whether this Resource is based on a coded concept or is a non coded Resource",
        "definition": "An extension whether this Resource is based on a coded concept or is a non coded Resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/formulary-boolean-my-core"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.category",
        "path": "AllergyIntolerance.category",
        "min": 1,
        "max": "1"
      },
      {
        "id": "AllergyIntolerance.code",
        "path": "AllergyIntolerance.code",
        "min": 1,
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/allergy-code-my-core"
        }
      },
      {
        "id": "AllergyIntolerance.recordedDate",
        "path": "AllergyIntolerance.recordedDate",
        "min": 1
      },
      {
        "id": "AllergyIntolerance.reaction.extension",
        "path": "AllergyIntolerance.reaction.extension",
        "min": 1
      },
      {
        "id": "AllergyIntolerance.reaction.extension:formulary",
        "path": "AllergyIntolerance.reaction.extension",
        "sliceName": "formulary",
        "short": "An extension whether this Resource is based on a coded concept or is a non coded Resource",
        "definition": "An extension whether this Resource is based on a coded concept or is a non coded Resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/formulary-boolean-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "AllergyIntolerance.reaction.substance",
        "path": "AllergyIntolerance.reaction.substance",
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/drug-my-core"
        }
      },
      {
        "id": "AllergyIntolerance.reaction.manifestation",
        "path": "AllergyIntolerance.reaction.manifestation",
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/allergy-manifestation-my-core"
        }
      }
    ]
  }
}