0.2.3 - ci-build
HealthDataReceipt - Local Development build (v0.2.3). See the Directory of published versions
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:Resource.id [ fhir:value "Appointment-1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"Appointment-1\"> </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\">Resource Appointment \"Appointment-1\" </p></div><p><b>status</b>: booked</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td>*</td><td><a href=\"Patient-janesmith.html\">Patient/janesmith: Jane Smith</a> \" SMITH\"</td><td>accepted</td></tr></table></div>" ]; fhir:Appointment.status [ fhir:value "booked"]; fhir:Appointment.participant [ fhir:index 0; fhir:Appointment.participant.actor [ fhir:Reference.reference [ fhir:value "Patient/janesmith" ]; fhir:Reference.display [ fhir:value "Jane Smith" ] ]; fhir:Appointment.participant.status [ fhir:value "accepted" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.