Mobile Antepartum Summary
1.0.0 - trial-use 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 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 class=\"res-header-id\"><b>Generated Narrative: CarePlan ex-CarePlan-BirthPlan</b></p><a name=\"ex-CarePlan-BirthPlan\"> </a><a name=\"hcex-CarePlan-BirthPlan\"> </a><a name=\"ex-CarePlan-BirthPlan-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 735986004}\">Patient written birth plan (record artifact)</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Amanda Alvarez</a></p><p><b>period</b>: 2021-07-15 --&gt; 2022-04-20</p><p><b>careTeam</b>: <a href=\"CareTeam-ex-careteam.html\">CareTeam</a></p><p><b>goal</b>: <a href=\"Goal-ex-goal.html\">Goal: lifecycleStatus = active; description = </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: status = proposed; description = The home delivery.; requestedPeriod = 2022-04-20 --&gt; 2022-04-20</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" ]     ]
  ] ) . #