FHIR Implementation Guide for ABDM 3.0.1 - CI Build
FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions
Raw xml | Download
<CarePlan xmlns="http://hl7.org/fhir"> <id value="example-01"/> <meta> <profile value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/CarePlan"/> </meta> <text> <status value="additional"/> <div xmlns="http://www.w3.org/1999/xhtml">Care Plan</div> </text> <status value="active"/> <intent value="plan"/> <category> <coding> <system value="http://snomed.info/sct"/> <code value="736368003"/> <display value="Coronary heart disease care plan"/> </coding> </category> <title value="Coronary heart disease care plan"/> <description value="Treatment of coronary artery and related disease problems"/> <subject> <reference value="Patient/example-01"/> <display value="ABC"/> </subject> <activity> <outcomeReference> <reference value="Appointment/example-01"/> </outcomeReference> </activity> </CarePlan>