OncoFAIR
0.1.0 - ci-build
OncoFAIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleOncoFAIRMedicationAdministrationReport"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-medicationadministration-report"^^xsd:anyURI ;
fhir:link <http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-medicationadministration-report> ] )
] ; #
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: MedicationAdministration ExampleOncoFAIRMedicationAdministrationReport</b></p><a name=\"ExampleOncoFAIRMedicationAdministrationReport\"> </a><a name=\"hcExampleOncoFAIRMedicationAdministrationReport\"> </a><a name=\"ExampleOncoFAIRMedicationAdministrationReport-en-US\"> </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-oncofair-medicationadministration-report.html\">OncoFAIR MedicationAdministration Report</a></p></div><p><b>identifier</b>: REP-123456</p><p><b>status</b>: In Progress</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem report}\">report</span></td><td><a href=\"Medication-ExampleOncoFAIRMedication.html\">Medication Ibuprofen</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-ExampleOncoFAIRPatient.html\">Anonymous Patient (no stated gender), DoB Unknown ( 123456789)</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleOncoFAIREncounter.html\">Encounter: identifier = EN-987654; status = in-progress</a></p><p><b>occurence</b>: 2024-06-01 08:00:00+0000</p><blockquote><p><b>performer</b></p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExampleOncoFAIRPractitioner.html\">Practitioner: identifier = 12345</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "REP-123456" ]
] ) ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:medication [
fhir:concept [
( fhir:coding [
fhir:system [ fhir:v "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "report" ] ;
fhir:display [ fhir:v "report" ] ] ) ] ;
fhir:reference [
fhir:reference [ fhir:v "Medication/ExampleOncoFAIRMedication" ] ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleOncoFAIRPatient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/ExampleOncoFAIREncounter" ]
] ; #
fhir:occurence [
a fhir:dateTime ;
fhir:v "2024-06-01T08:00:00Z"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [
fhir:reference [ fhir:v "Practitioner/ExampleOncoFAIRPractitioner" ] ] ]
] ) . #
IG © 2023+ KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI). Package ltsi.fhir.oncofair#0.1.0 based on FHIR 5.0.0. Generated 2025-05-22
Links: Table of Contents |
QA Report
| New Issue