Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 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 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-history-input-parameters-1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Parameters/smp-history-input-parameters-1> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "smp-history-input-parameters-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-query" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-query>
     ]
  ] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "patient" ] ;
     fhir:Parameters.parameter.resource [
       a fhir:Patient ;
       fhir:Resource.id [ fhir:value "patient-req-1" ] ;
       fhir:Resource.meta [
         fhir:Meta.profile [
           fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ;
           fhir:index 0 ;
           fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient>
         ]
       ] ;
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ] ;
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">August Samuels</div>"
       ] ;
       fhir:Patient.identifier [
         fhir:index 0 ;
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
             fhir:Coding.code [ fhir:value "SS" ] ;
             fhir:Coding.display [ fhir:value "Social Security number" ]
           ]
         ] ;
         fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-ssn" ] ;
         fhir:Identifier.value [ fhir:value "120-35-2435" ]
       ] ;
       fhir:Patient.name [
         fhir:index 0 ;
         fhir:HumanName.family [ fhir:value "Samuels" ] ;
         fhir:HumanName.given [
           fhir:value "August" ;
           fhir:index 0
         ]
       ] ;
       fhir:Patient.gender [ fhir:value "female" ] ;
       fhir:Patient.birthDate [ fhir:value "1989-03-12"^^xsd:date ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "list-type" ] ;
     fhir:Parameters.parameter.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:104207-6 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "104207-6" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/Parameters/smp-history-input-parameters-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/smp-history-input-parameters-1.ttl> .