Tiempos de Espera Interoperable
0.2.1 - draft CL

Tiempos de Espera Interoperable - Local Development build (v0.2.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo de Prescipción - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PrednisonaEjemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MedicationRequestLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MedicationRequestLE>     ] )
  ] ; # 
  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: MedicationRequest PrednisonaEjemplo</b></p><a name=\"PrednisonaEjemplo\"> </a><a name=\"hcPrednisonaEjemplo\"> </a><a name=\"PrednisonaEjemplo-es-CL\"> </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\">Profile: <a href=\"StructureDefinition-MedicationRequestLE.html\">Solicitud de Medicamento LE</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:\">Prednisona 5mg</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatientLE.html\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-AtencionEjemplo.html\">Encounter: extension = true; identifier = 123; status = finished; class = Presencial (Modalidad Atencion Codigo#1); type = Nueva; period = 2024-02-22 08:00:00-0300 --&gt; 2024-02-22 08:30:00-0300</a></p><p><b>requester</b>: <a href=\"Practitioner-PractitionerProfesionalLEAtendedor.html\">Practitioner Gonzalo Gonzalez </a></p><p><b>note</b>: 2 veces al día por 1 mes</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Prednisona 5mg" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/EjemploPatientLE" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/AtencionEjemplo" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerProfesionalLEAtendedor" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "2 veces al día por 1 mes" ]
  ] ) . #