Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by HL7 Belgium. 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/hl7-be/pss/ and changes regularly. See the Directory of published versions

: antimicrobial-step1 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "antimicrobial-step1"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:688d174c-d04c-430f-9d29-bc8a601e0a5c"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:688d174c-d04c-430f-9d29-bc8a601e0a5c> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:0d2e2549-378c-4f87-a265-3543d64c7fc5"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:0d2e2549-378c-4f87-a265-3543d64c7fc5> )
  ] ) . # 

<urn:uuid:688d174c-d04c-430f-9d29-bc8a601e0a5c> a fhir:Patient ;
  fhir:id [ fhir:v "688d174c-d04c-430f-9d29-bc8a601e0a5c"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 688d174c-d04c-430f-9d29-bc8a601e0a5c</b></p><a name=\"688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><a name=\"hc688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><a name=\"688d174c-d04c-430f-9d29-bc8a601e0a5c-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 1987-10-09</p><hr/></div>"
  ] ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1987-10-09"^^xsd:date] . # 

<urn:uuid:0d2e2549-378c-4f87-a265-3543d64c7fc5> a fhir:Condition ;
  fhir:id [ fhir:v "0d2e2549-378c-4f87-a265-3543d64c7fc5"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_0d2e2549-378c-4f87-a265-3543d64c7fc5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 0d2e2549-378c-4f87-a265-3543d64c7fc5</b></p><a name=\"0d2e2549-378c-4f87-a265-3543d64c7fc5\"> </a><a name=\"hc0d2e2549-378c-4f87-a265-3543d64c7fc5\"> </a><a name=\"0d2e2549-378c-4f87-a265-3543d64c7fc5-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 921000172108}\">Sore throat - acute</span></p><p><b>subject</b>: <a href=\"Patient-688d174c-d04c-430f-9d29-bc8a601e0a5c.html\">Anonymous Patient Female, DoB: 1987-10-09</a></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:921000172108 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "921000172108" ]     ] ) ;
fhir:text [ fhir:v "Sore throat - acute" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/688d174c-d04c-430f-9d29-bc8a601e0a5c" ]
  ] . #