OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: OpenMRS ServiceRequest Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "caec0cba-3802-4b70-a6dd-2eb064450763"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-service-request"^^xsd:anyURI ;
fhir:link <http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-service-request> ] )
] ; #
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 caec0cba-3802-4b70-a6dd-2eb064450763</b></p><a name=\"caec0cba-3802-4b70-a6dd-2eb064450763\"> </a><a name=\"hccaec0cba-3802-4b70-a6dd-2eb064450763\"> </a><a name=\"caec0cba-3802-4b70-a6dd-2eb064450763-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 75622-1}\">HIV 1 and 2 tests - Meaningful Use set</span></p><p><b>subject</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p><p><b>occurrence</b>: 2014-08-16</p><p><b>requester</b>: <a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Practitioner Adam Careful </a></p><p><b>performer</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
a loinc:75622-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75622-1" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-openmrs-Patient" ]
] ; #
fhir:occurrence [ fhir:v "2014-08-16"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/example-openmrs-Patient" ]
] ) . #