SHIFT Privacy Examples
0.1.0 - ci-build International flag

SHIFT Privacy Examples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Steffi Rambeau's Obstetric History - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SteffiRambeau16OBHx"] ; # 
  fhir:meta [
    ( fhir:security [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-Confidentiality>       ] ;
fhir:code [ fhir:v "R" ]     ] [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>       ] ;
fhir:code [ fhir:v "SEX" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SteffiRambeau16OBHx</b></p><a name=\"SteffiRambeau16OBHx\"> </a><a name=\"hcSteffiRambeau16OBHx\"> </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\">Security Labels: restricted (Details: Confidentiality code R = 'restricted'), sexuality and reproductive health information sensitivity (Details: ActCode code SEX = 'sexuality and reproductive health information sensitivity')</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 364324000}\">OB History G1P0010</span></p><p><b>subject</b>: <a href=\"Patient-SteffiRambeau16.html\">Mo  Female, DoB: 2009-07-18</a></p><p><b>effective</b>: 2024-07-18</p><p><b>performer</b>: <a href=\"Practitioner-SteffiRambeauDoctor.html\">Practitioner Jane Smith </a></p><p><b>value</b>: G1P0010</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 440425000}\">Number of births at term (observable entity)</span></p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 440013005}\">Number of preterm births (observable entity)</span></p><p><b>value</b>: 0</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 252113007}\">Number of abortions (observable entity)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 248991006}\">Number of live deliveries (observable entity)</span></p><p><b>value</b>: 0</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:364324000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "364324000" ] ;
fhir:display [ fhir:v "Measure of pregnancy (observable entity)" ]     ] ) ;
fhir:text [ fhir:v "OB History G1P0010" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/SteffiRambeau16 ;
fhir:reference [ fhir:v "Patient/SteffiRambeau16" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2024-07-18"^^xsd:date
  ] ; # 
  fhir:performer ( [
fhir:l fhir:Practitioner/SteffiRambeauDoctor ;
fhir:reference [ fhir:v "Practitioner/SteffiRambeauDoctor" ]
  ] ) ; # 
  fhir:value [
a fhir:String ;
fhir:v "G1P0010"
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:440425000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "440425000" ] ;
fhir:display [ fhir:v "Number of births at term (observable entity)" ]       ] )     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:440013005 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "440013005" ] ;
fhir:display [ fhir:v "Number of preterm births (observable entity)" ]       ] )     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:252113007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "252113007" ] ;
fhir:display [ fhir:v "Number of abortions (observable entity)" ]       ] )     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:248991006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "248991006" ] ;
fhir:display [ fhir:v "Number of live deliveries (observable entity)" ]       ] )     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 0     ]
  ] ) . #