MHK Interoperability Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Service Request for Eylea Injection - 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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DTR-ServiceRequest-Eylea"] ; #
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 DTR-ServiceRequest-Eylea</b></p><a name=\"DTR-ServiceRequest-Eylea\"> </a><a name=\"hcDTR-ServiceRequest-Eylea\"> </a><a name=\"DTR-ServiceRequest-Eylea-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 733420}\">Eylea 40 MG/ML Injection</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>occurrence</b>: 2025-06-05</p><p><b>requester</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>performer</b>: <a href=\"Organization/provider\">Organization/provider</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "733420" ] ;
fhir:display [ fhir:v "Eylea 40 MG/ML Injection" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-06-05"^^xsd:date
] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/example" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/provider" ]
] ) . #