This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<ValueSet/daf-encounter-type> a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "daf-encounter-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2016-05-25T16:59:08.250+10:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>DAF Encounter Type</h2>\n      <p>The type of encounter: a specific code indicating type of service provided, from CPT</p>\n      <p>\n        <b>Copyright Statement:</b> CPT copyright 2014 American Medical Association. All rights reserved.\n      </p>\n      <p>This value set includes codes from the following code systems:</p>\n      <ul>\n        <li>Include all codes defined in http://www.ama-assn.org/go/cpt</li>\n      </ul>\n    </div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-encounter-type"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.2.590" ]
  ];
  fhir:ValueSet.version [ fhir:value "1.6.0"];
  fhir:ValueSet.name [ fhir:value "DAF Encounter Type"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:ValueSet.publisher [ fhir:value "FHIR Project team"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ValueSet.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ];
  fhir:ValueSet.date [ fhir:value "2016-05-25T16:59:08+10:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "The type of encounter: a specific code indicating type of service provided, from CPT"];
  fhir:ValueSet.copyright [ fhir:value "CPT copyright 2014 American Medical Association. All rights reserved."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]     ]
  ].