US Veterans Health Administration FHIR Map Set Implementation Guide
2.3.0 - 260301 United States of America flag

US Veterans Health Administration FHIR Map Set Implementation Guide - Downloaded Version 2.3.0 See the Directory of published versions

: aiscribe-docref-titles-example - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "aiscribe-docref-titles-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://va.gov/fhir/StructureDefinition/DocumentReferenceAISParameters"^^xsd:anyURI ;
fhir:l <http://va.gov/fhir/StructureDefinition/DocumentReferenceAISParameters>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "title" ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "SURGERY DOCUMENTATION" ]     ]
  ] [
fhir:name [ fhir:v "title" ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "ADVANCE DIRECTIVE" ]     ]
  ] [
fhir:name [ fhir:v "system" ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://va.gov/fhir/CodeSystem/460Sta3n8925.1"^^xsd:anyURI ;
fhir:l <http://va.gov/fhir/CodeSystem/460Sta3n8925.1>     ]
  ] ) . #