German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: e16G Non-prescription Medicine Recommendation - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/MedicationRequest/annex2b-e16g-medication-recommendation> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "annex2b-e16g-medication-recommendation"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/fpde-e16g-medication-recommendation" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/fpde-e16g-medication-recommendation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest annex2b-e16g-medication-recommendation</b></p><a name=\"annex2b-e16g-medication-recommendation\"> </a><a name=\"hcannex2b-e16g-medication-recommendation\"> </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-fpde-e16g-medication-recommendation.html\">e16G Non-prescription Medicine Recommendation</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-annex2b-recommendation-id.html\" title=\"Identifier namespace used by examples of the e16G non-prescription medicine recommendation.\">Annex2bRecommendationIdentifier</a>/e16g-recommendation-1</p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/annex2b-medication-recommendation-category e16g-otc-recommendation}\">e16G non-prescription medicine recommendation</span></p><p><b>medication</b>: <span title=\"Codes:\">Non-prescription oral antihistamine</span></p><p><b>subject</b>: <a href=\"Patient-annex2b-example-patient.html\">Alex Example  (no stated gender), DoB: 1970-01-01 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-patient-1)</a></p><p><b>authoredOn</b>: 2026-07-25</p><p><b>requester</b>: <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></p><p><b>reasonReference</b>: <a href=\"Condition-annex2b-e16g-indication.html\">Condition </a></p><p><b>insurance</b>: <a href=\"Coverage-annex2b-example-coverage.html\">Coverage: status = active</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Use according to the package information when symptoms occur.</td></tr></table><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td></tr></table></div>"
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/annex2b-recommendation-id" ] ;
     fhir:Identifier.value [ fhir:value "e16g-recommendation-1" ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "proposal"] ;
  fhir:MedicationRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/annex2b-medication-recommendation-category" ] ;
       fhir:Coding.code [ fhir:value "e16g-otc-recommendation" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.text [ fhir:value "Non-prescription oral antihistamine" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/annex2b-example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/annex2b-example-patient" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-07-25"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/annex2b-example-practitioner" ]
  ] ;
  fhir:MedicationRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/annex2b-e16g-indication> ;
     fhir:Reference.reference [ fhir:value "Condition/annex2b-e16g-indication" ]
  ] ;
  fhir:MedicationRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/annex2b-example-coverage> ;
     fhir:Reference.reference [ fhir:value "Coverage/annex2b-example-coverage" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "Use according to the package information when symptoms occur." ]
  ] ;
  fhir:MedicationRequest.substitution [
     fhir:MedicationRequest.substitution.allowedBoolean [ fhir:value "true"^^xsd:boolean ]
  ] .

<http://hl7.org/fhir/Patient/annex2b-example-patient> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> a fhir:Practitioner .

<http://hl7.org/fhir/Condition/annex2b-e16g-indication> a fhir:Condition .

<http://hl7.org/fhir/Coverage/annex2b-example-coverage> a fhir:Coverage .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/annex2b-e16g-medication-recommendation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/annex2b-e16g-medication-recommendation.ttl> .