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
: activity-2 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "activity-2"] ; #
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: Appointment activity-2</b></p><a name=\"activity-2\"> </a><a name=\"hcactivity-2\"> </a><a name=\"activity-2-en-US\"> </a><p><b>status</b>: Proposed</p><p><b>description</b>: The second antenatal encounter. Discuss any issues that arose from the first antenatal encounter</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Amanda Alvarez</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></p><p><b>actor</b>: <a href=\"Practitioner-pr1.html\">Mavis Midwife</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2021-10-12 --> 2021-10-12</p></div>"
] ; #
fhir:status [ fhir:v "proposed"] ; #
fhir:description [ fhir:v "The second antenatal encounter. Discuss any issues that arose from the first antenatal encounter"] ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ] ;
fhir:display [ fhir:v "Amanda Alvarez" ] ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
] [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ATND" ] ] ) ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/pr1" ] ;
fhir:display [ fhir:v "Mavis Midwife" ] ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
] ) ; #
fhir:requestedPeriod ( [
fhir:start [ fhir:v "2021-10-12"^^xsd:date ] ;
fhir:end [ fhir:v "2021-10-12"^^xsd:date ]
] ) . #