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

FHIR IG analytics

Packagemyhie.v4
Resource TypeStructureDefinition
IdStructureDefinition-CarePlan-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": "CarePlan-my-core",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-05-11T03:47:35.4218675+08:00"
  },
  "url": "http://fhir.hie.moh.gov.my/StructureDefinition/CarePlan-my-core",
  "version": "1.0.0",
  "name": "CarePlanMyCore",
  "title": "CarePlan (MY Core)",
  "status": "active",
  "date": "2024-02-12T04:04:09.5621857+00:00",
  "publisher": "Malaysia MOH - HIE Steering Committee",
  "description": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.",
  "purpose": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.identifier",
        "path": "CarePlan.identifier",
        "max": "1"
      },
      {
        "id": "CarePlan.intent",
        "path": "CarePlan.intent",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent/4.0.1"
        }
      }
    ]
  }
}