0.1.0 - ci-build
collabreefhirdocumentation - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SampleArabMedication"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.collabree.com/fhir/StructureDefinition/collabree-medication"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/StructureDefinition/collabree-medication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication SampleArabMedication</b></p><a name=\"SampleArabMedication\"> </a><a name=\"hcSampleArabMedication\"> </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-collabree-medication.html\">Collabree Medication Profile</a></p></div><p><b>Medication Expiration in Months</b>: 36</p><p><b>identifier</b>: <code>https://fhir.collabree.com/fhir/Extension/country-code</code>/SA, <code>https://fhir.collabree.com/fhir/Extension/data-provider-id</code>/CHI_GOV_SAUDI_ARABIA, <code>https://fhir.collabree.com/Extensions/gtin</code>/6281001234567</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 763158003}\">باراسيتامول 500 مجم أقراص</span></p><p><b>form</b>: <span title=\"Codes:{http://hl7.org/fhir/administrable-dose-form 10220000}\">Tablet</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://nphies.sa/terminology/CodeSystem/scientific-codes SA123456}\">Paracetamol</span></td><td>500 milligram<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.collabree.com/Extensions/medication-expiration-in-months"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/Extensions/medication-expiration-in-months> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 36 ]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://fhir.collabree.com/fhir/Extension/country-code"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/Extension/country-code> ] ;
fhir:value [ fhir:v "SA" ]
] [
fhir:system [
fhir:v "https://fhir.collabree.com/fhir/Extension/data-provider-id"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/Extension/data-provider-id> ] ;
fhir:value [ fhir:v "CHI_GOV_SAUDI_ARABIA" ]
] [
fhir:system [
fhir:v "https://fhir.collabree.com/Extensions/gtin"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/Extensions/gtin> ] ;
fhir:value [ fhir:v "6281001234567" ]
] ) ; #
fhir:code [
( fhir:coding [
a sct:763158003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "763158003" ] ;
fhir:display [ fhir:v "باراسيتامول 500 مجم أقراص" ] ] )
] ; #
fhir:form [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/administrable-dose-form"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/administrable-dose-form> ] ;
fhir:code [ fhir:v "10220000" ] ;
fhir:display [ fhir:v "Tablet" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://nphies.sa/terminology/CodeSystem/scientific-codes"^^xsd:anyURI ;
fhir:l <http://nphies.sa/terminology/CodeSystem/scientific-codes> ] ;
fhir:code [ fhir:v "SA123456" ] ;
fhir:display [ fhir:v "Paracetamol" ] ] ) ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milligram" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg" ] ] ]
] ) . #
IG © 2025+ Collabree AG. Package com.collabree.fhir#0.1.0 based on FHIR 4.0.1. Generated 2025-11-04
Links: Table of Contents |
QA Report