Standardized Medication Profile (SMP) FHIR IG
1.0.0-ballot - STU1 Ballot United States of America flag

Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions

: smp-med-1 - TTL Representation

Page standards status: Informative

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 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 "smp-med-1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-12-08T06:38:52Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication>     ] )
  ] ; # 
  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: Medication smp-med-1</b></p><a name=\"smp-med-1\"> </a><a name=\"hcsmp-med-1\"> </a><a name=\"smp-med-1-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\">version: 1; Last updated: 2023-12-08 06:38:52+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medication.html\">Standardized Medication Profile - Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 10632007}\">Multivitamin preparation</span></p><p><b>status</b>: Active</p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:10632007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10632007" ]     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] . #