Healthcare Financial Services IG Edition 1
0.3.0 - STU-Ballot Saudi Arabia flag

Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Encounter #3 - 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 "10123"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/encounter-auth-AMB|0.3.0"^^xsd:anyURI ;
fhir:link <http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/encounter-auth-AMB|0.3.0>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 10123</b></p><a name=\"10123\"> </a><a name=\"hc10123\"> </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-encounter-auth-AMB.html\">Nphies Encounter AMB (Auth)version: null0.3.0)</a></p></div><p><b>Service Event Type</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/service-event-type ICSE}\">Initial client service event</span></p><p><b>identifier</b>: <code>http://saudidentalclinic.com.sa/identifiers/encounter</code>/AB0001</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>serviceType</b>: <span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/service-type acute-care}\">Acute Care</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority EL}\">elective</span></p><p><b>subject</b>: <a href=\"Patient-453.html\">Sara Abbas Female, DoB: 1989-03-13 ( Permanent Resident Card Number: 2000000003)</a></p><p><b>period</b>: 2023-12-04 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-215.html\">Organization Saudi Dental Clinic</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/extension-serviceEventType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/service-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ICSE" ] ;
fhir:display [ fhir:v "Initial client service event" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://saudidentalclinic.com.sa/identifiers/encounter"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AB0001" ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:serviceType [
    ( fhir:coding [
fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "acute-care" ] ;
fhir:display [ fhir:v "Acute Care" ]     ] )
  ] ; # 
  fhir:priority [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EL" ] ;
fhir:display [ fhir:v "elective" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/453" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-12-04"^^xsd:date ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/215" ]
  ] . #