Implementation Guide
Version 1.2.0 - release

: Initialer MedicationRequest einer Rezeptanforderung - 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 "Example-Initial-Medication-Request"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-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: MedicationRequest Example-Initial-Medication-Request</b></p><a name=\"Example-Initial-Medication-Request\"> </a><a name=\"hcExample-Initial-Medication-Request\"> </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-erp-service-request-medication-request.html\">ERP Service Request Medikationsanforderung</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-Example-Initial-Medication.html\">Medication 08585997</a></p><p><b>subject</b>: <a href=\"Patient-Example-Patient.html\">Ludger Königsstein (official) (no stated gender), DoB: 1935-06-22 ( http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#X234567890)</a></p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Packung</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Example-Initial-Medication" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient" ]
  ] ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Packung" ]     ]
  ] . #