JohnMoehrke Consent with Segmented data - Testing Guide (TG), published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/ConsentWithSeg-testing/ and changes regularly. See the Directory of published versions
: A Test Script - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:TestScript ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "aTestScript"] ; #
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: TestScript aTestScript</b></p><a name=\"aTestScript\"> </a><a name=\"hcaTestScript\"> </a><a name=\"aTestScript-en-US\"> </a><p><b>url</b>: <a href=\"TestScript-aTestScript.html\">TestScript RudimentaryConsetTreatTest</a></p><p><b>version</b>: 0.1.0-current</p><p><b>name</b>: RudimentaryConsetTreatTest</p><p><b>status</b>: Active</p><p><b>date</b>: 2024-11-20 15:14:57+0000</p><p><b>publisher</b>: John Moehrke (himself)</p><p><b>contact</b>: John Moehrke (himself): <a href=\"http://healthcaresecprivacy.blogspot.com\">http://healthcaresecprivacy.blogspot.com</a>,<a href=\"mailto:JohnMoehrke@gmail.com\">JohnMoehrke@gmail.com</a>, John Moehrke (himself): <a href=\"mailto:JohnMoehrke@gmail.com\">JohnMoehrke@gmail.com</a></p><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">Global (Whole world)</span></p><h3>Scopes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Artifact</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://build.fhir.org/ig/JohnMoehrke/ConsentWithSegmentation/StructureDefinition-johnmoehrke.consentwithsegmentation.consenttreat.html\">Consent to allow use for treatment</a></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://johnmoehrke.github.io/ConsentWithSeg-testing/TestScript/aTestScript"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-current"] ; #
fhir:name [ fhir:v "RudimentaryConsetTreatTest"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-11-20T15:14:57+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "John Moehrke (himself)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ] )
] [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:scope ( [
fhir:artifact [
fhir:v "http://johnmoehrke.github.io/ConsentWithSegmentation/StructureDefinition/johnmoehrke.consentwithsegmentation.consenttreat"^^xsd:anyURI ;
fhir:link <http://johnmoehrke.github.io/ConsentWithSegmentation/StructureDefinition/johnmoehrke.consentwithsegmentation.consenttreat> ]
] ) . #