Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.5 - ci-build Chile flag

Publication Build: This will be filled in by the publication tooling

: Ejemplo de la Validación de una Receta por medio del Prescriptor - 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:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemplValidacionProvCl"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvenanceCl"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvenanceCl>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"EjemplValidacionProvCl\"> </a></p><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\">Resource Provenance &quot;EjemplValidacionProvCl&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProvenanceCl.html\">CL Provenance</a></p></div><p><b>target</b>: <a href=\"RequestGroup-RG12224.html\">RequestGroup/RG12224</a></p><p><b>recorded</b>: Aug 26, 2015, 7:39:24 PM</p><p><b>activity</b>: legally authenticated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-DocumentCompletion.html\">DocumentCompletion</a>#LA)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></td><td><a href=\"Practitioner-3240.html\">Practitioner/3240</a> &quot;&quot;</td></tr></table><h3>Signatures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td><td><b>SigFormat</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>Author's Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.1 = 'Author's Signature', stated as 'null')</td><td>Aug 26, 2015, 7:39:24 PM</td><td><a href=\"Practitioner-3240.html\">Practitioner/3240</a> &quot;&quot;</td><td>application/signature+xml</td><td>(base64 data - 3 bytes)</td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "RequestGroup/RG12224" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2015-08-27T08:39:24+10:00"^^xsd:dateTime] ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA" ] ;
fhir:display [ fhir:v "legally authenticated" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "author" ] ;
fhir:display [ fhir:v "author" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/3240" ]     ]
  ] ) ; # 
  fhir:signature ( [
    ( fhir:type [
fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10065.1.12.1.1" ]     ] ) ;
fhir:when [ fhir:v "2015-08-27T08:39:24+10:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/3240" ]     ] ;
fhir:sigFormat [ fhir:v "application/signature+xml" ] ;
fhir:data [ fhir:v "Li4u"^^xsd:base64Binary ]
  ] ) . #