<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ServiceRequestExample001 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ServiceRequestExample001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/ServiceRequestMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/ServiceRequestMED>     ] )
  ] ; # 
  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: ServiceRequest ServiceRequestExample001</b></p><a name=\"ServiceRequestExample001\"> </a><a name=\"hcServiceRequestExample001\"> </a><a name=\"ServiceRequestExample001-en-US\"> </a><p><b>identifier</b>: <code>http://www.medicaia.ar/RequestNr</code>/12345 (use: official, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 767002}\">White blood cell count - observation</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample001.html\">Encounter: extension = No display for Extension ; identifier = http://www.acme.com/identifiers/EJEMPLO#v2222; status = finished; class = ambulatory (Encounter Class#AMB); period = 2023-11-29 00:00:00+0000 --&gt; (ongoing); reasonCode = Acute bronchiolitis with obstruction</a></p><p><b>occurrence</b>: 2024-09-20 13:28:17-0500</p><p><b>authoredOn</b>: 2024-09-20 13:28:17-0500</p><p><b>requester</b>: <a href=\"PractitionerRole-PractitionerRoleExample001.html\">PractitionerRole Doctor</a></p><p><b>note</b>: El paciente le teme a las agujas</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://www.medicaia.ar/RequestNr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:767002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "767002" ] ;
fhir:display [ fhir:v "White blood cell count - observation" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample001" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2024-09-20T13:28:17-05:00"^^xsd:dateTime] ; # 
  fhir:authoredOn [ fhir:v "2024-09-20T13:28:17-05:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRoleExample001" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "El paciente le teme a las agujas" ]
  ] ) . #