collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SampleMedicationStatement - 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SampleMedicationStatement"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-09-02T11:17:48.489+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://fhir.collabree.com/fhir/StructureDefinition/collabree-medication-statement"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/StructureDefinition/collabree-medication-statement> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement SampleMedicationStatement</b></p><a name=\"SampleMedicationStatement\"> </a><a name=\"hcSampleMedicationStatement\"> </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\">Last updated: 2025-09-02 11:17:48+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-collabree-medication-statement.html\">Collabree Medication Statement Profile</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-SampleMedicationRequest.html\">MedicationRequest: status = active; intent = plan; medication[x] = ->Medication/123</a></p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication/4c2a1e99-dcf7-4fe7-9a8e-2b4d0e740105\">Medication/4c2a1e99-dcf7-4fe7-9a8e-2b4d0e740105</a></p><p><b>subject</b>: <a href=\"Patient-SamplePatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2025-09-02 11:10:00+0000</p><p><b>dateAsserted</b>: 2025-09-02 11:17:47+0000</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:basedOn ( [
fhir:l fhir:MedicationRequest/SampleMedicationRequest ;
fhir:reference [ fhir:v "MedicationRequest/SampleMedicationRequest" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/4c2a1e99-dcf7-4fe7-9a8e-2b4d0e740105 ;
fhir:reference [ fhir:v "Medication/4c2a1e99-dcf7-4fe7-9a8e-2b4d0e740105" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/SamplePatient ;
fhir:reference [ fhir:v "Patient/SamplePatient" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2025-09-02T11:10:00.000Z"^^xsd:dateTime
] ; #
fhir:dateAsserted [ fhir:v "2025-09-02T11:17:47.600Z"^^xsd:dateTime] . #