Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EBookingsEncounterSoreStomach - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1a1fafa9-c22c-4557-9670-4010f68f0745"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/ebookings-encounter"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/ebookings-encounter>     ] )
  ] ; # 
  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: Encounter 1a1fafa9-c22c-4557-9670-4010f68f0745</b></p><a name=\"1a1fafa9-c22c-4557-9670-4010f68f0745\"> </a><a name=\"hc1a1fafa9-c22c-4557-9670-4010f68f0745\"> </a><a name=\"1a1fafa9-c22c-4557-9670-4010f68f0745-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ebookings-encounter.html\">EBookings Encounter</a></p></div><p><b>status</b>: Planned</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html\">Mary Smith (official) Female, DoB: 1967-01-20 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-8e25f073-cbaa-4ff5-af3c-cc13db829ac6.html\">ServiceRequest </a></p><p><b>period</b>: 2022-04-01 11:45:00+1000 --&gt; 2022-04-02</p><h3>Lengths</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>2</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:\">Sore stomach</span></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td>Ashford Private Hospital</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "planned"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1078d551-7be2-49f7-a122-c230b8757f2f" ]
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/8e25f073-cbaa-4ff5-af3c-cc13db829ac6" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2022-04-01T11:45:00+10:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-04-02"^^xsd:date ]
  ] ; # 
  fhir:length [
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Sore stomach" ]
  ] ) ; # 
  fhir:location ( [
fhir:location [
fhir:display [ fhir:v "Ashford Private Hospital" ]     ]
  ] ) . #