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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Enter you narrative here

Source1

{
  "resourceType": "StructureDefinition",
  "id": "Condition-my-core",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-03-06T09:34:02.0518571+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/Condition-my-core",
  "version": "1.0.0",
  "name": "ConditionMyCore",
  "title": "Condition (MY Core)",
  "status": "active",
  "date": "2024-03-13T01:41:41.3395961+00:00",
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "description": "This profile represents the constraints applied to the Condition resource by MY Core FHIR Implementation Guide and describes the minimum expectations for the Patient resource when used in the MY Core composition or in one of the referred resources.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.extension:audit",
        "path": "Condition.extension",
        "sliceName": "audit",
        "short": "Extension of the individual who recorded and updated the date",
        "definition": "Extension of the individual who recorded and updated the date",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Condition.category",
        "path": "Condition.category",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.hie.moh.gov.my/ValueSet/condition-category-my-core"
        }
      },
      {
        "id": "Condition.code.coding.code",
        "path": "Condition.code.coding.code",
        "min": 1
      },
      {
        "id": "Condition.code.coding.display",
        "path": "Condition.code.coding.display",
        "min": 1
      },
      {
        "id": "Condition.code.text",
        "path": "Condition.code.text",
        "min": 1
      },
      {
        "id": "Condition.note.author[x]",
        "path": "Condition.note.author[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
            ],
            "aggregation": [
              "referenced"
            ]
          },
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}