Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: Example $populate-html operation response - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "populatehtml-response"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaire-populate-html-out"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaire-populate-html-out>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "form" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Binary ;
fhir:id [ fhir:v "HTMLBinary" ] ;
fhir:contentType [ fhir:v "text/html" ] ;
fhir:data [ fhir:v "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgU3RyaWN0Ly9FTiIgCgkiaHR0cDovL3d3dy53My5vcmcvVFIveGh0bWwxL0RURC94aHRtbDEtc3RyaWN0LmR0ZCI+CjxodG1sIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiB4bWw6bGFuZz0iZW4iIGxhbmc9ImVuIj4KCTxoZWFkPgoJCTx0aXRsZT5VU1NHIEZhbWlseSBIaXN0b3J5PC90aXRsZT4KCTwvaGVhZD4KCTxib2R5PgoJCTxoMT5RdWVzdGlvbm5haXJlIGNvbnRlbnQ8L2gxPgoJCTxwPk5vcm1hbGx5IHRoaXMgd291bGQgYmUgYSBRdWVzdGlvbm5haXJlIHdpdGggYWN0aXZlIGlucHV0IGNvbnRyb2xzLCBhICdzdWJtaXQnIGJ1dHRvbiBhdCB0aGUgZW5kIGFuZCBlbWJlZGRlZCBKYXZhc2NyaXB0IHRoYXQgd291bGQgKHNlY3VyZWx5KSB0cmFuc21pdCB0aGUgY29udGVudCBvZiB0aGUgY29tcGxldGVkIGZvcm0gdG8gc29tZSBkZXNpcmVkIGVuZCBsb2NhdGlvbi4gIEhvd2V2ZXIsIEhMNyBwdWJsaWNhdGlvbiBydWxlcyBoYXZlIHRpZ2h0IGd1aWRlbGluZXMgb24gdGhlIHVzZSBvZiBKYXZhc2NyaXB0IGFuZCBvdGhlciBhY3RpdmUgY29udHJvbHMsIHNvIG5vIGZ1bmN0aW9uYWwgZXhhbXBsZSBpcyBwcm92aWRlZC4gIFRoaXMgZXhhbXBsZSBzaG91bGQsIGhvd2V2ZXIsIHN0aWxsIGluZGljYXRlIGhvdyBhbiBhcmJpdHJhcnkgSFRNTCBwYWdlIHRoYXQgY291bGQgYmUgcmVuZGVyZWQgaW4gYSBsb2NhbCBicm93c2VyIGNvdWxkIGJlIHRyYW5zbWl0dGVkIHVzaW5nIHRoZSBTREMgJHBvcHVsYXRlLWh0bWwgb3BlcmF0aW9uLjwvcD4KCTwvYm9keT4KPC9odG1sPgo="^^xsd:base64Binary ]     ] )
  ] ) . #