This page is part of the Mobile Antepartum Summary (v1.0.0-comment: Publication Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: activity-3 - 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-3"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment </b><a name=\"activity-3\"> </a><a name=\"hcactivity-3\"> </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\">ResourceAppointment "activity-3" </p></div><p><b>status</b>: proposed</p><p><b>reasonReference</b>: <a href=\"Condition-p1.html\">Condition/p1</a></p><p><b>description</b>: The home delivery.</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez: Amanda Alvarez</a> " ALVAREZ"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></p><p><b>actor</b>: <a href=\"Practitioner-pr1.html\">Practitioner/pr1: Mavis Midwife</a> " 0'MALLEY"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><p><b>requestedPeriod</b>: 2022-04-20 --> 2022-04-20</p></div>"
] ; #
fhir:status [ fhir:v "proposed"] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/p1" ]
] ) ; #
fhir:description [ fhir:v "The home delivery."] ; #
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 "2022-04-20"^^xsd:date ] ;
fhir:end [ fhir:v "2022-04-20"^^xsd:date ]
] ) . #