Mobile Antepartum Summary
1.0.0-current - ci-build International flag

Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. See the Directory of published versions

: ex-CarePlan-BirthPlan - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-CarePlan-BirthPlan"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan </b><a name=\"ex-CarePlan-BirthPlan\"> </a><a name=\"hcex-CarePlan-BirthPlan\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceCarePlan &quot;ex-CarePlan-BirthPlan&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Patient written birth plan (record artifact) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#735986004)</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez: Amanda Alvarez</a> &quot; ALVAREZ&quot;</p><p><b>period</b>: 2021-07-15 --&gt; 2022-04-20</p><p><b>careTeam</b>: <a href=\"CareTeam-ex-careteam.html\">CareTeam/ex-careteam</a></p><p><b>goal</b>: <a href=\"Goal-ex-goal.html\">Goal/ex-goal</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Appointment-activity-3.html\">Appointment/activity-3</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:735986004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "735986004" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ] ;
fhir:display [ fhir:v "Amanda Alvarez" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-07-15"^^xsd:date ] ;
fhir:end [ fhir:v "2022-04-20"^^xsd:date ]
  ] ; # 
  fhir:careTeam ( [
fhir:reference [ fhir:v "CareTeam/ex-careteam" ]
  ] ) ; # 
  fhir:goal ( [
fhir:reference [ fhir:v "Goal/ex-goal" ]
  ] ) ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "Appointment/activity-3" ]     ]
  ] ) . #