FHIR Release STU 3 (STU) Ballot
This page is part of the FHIR Specification (v3.0.2:

This page is part of the FHIR Specification (v1.6.0: STU 3). The current version which supercedes this version is 3 Ballot 4). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . For a full list of available versions, see the Directory of published versions . Page versions: . Page versions: R5 R4B R4 R3 Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.2.12.689 Code System http://hl7.org/fhir/supply-item-type Vocabulary Work Group   Maturity Level : 1 Informative Use Context : Not Intended for Production use This is a code system defined by the FHIR project. Summary Defining URL: http://hl7.org/fhir/supply-item-type Name: Supply Item Type Definition: This value sets refers to a specific supply item. Committee: Orders and Observations Work Group OID: 2.16.840.1.113883.4.642.1.689 (for OID based terminology systems) Source Resource XML / JSON This Code system is used in the following value sets: Supply Item Type (This value sets refers to a specific supply item.) 4.2.12.689.1 Content 4.2.12.689.2 Supply Item Type This value sets refers to a specific supply item. This code system http://hl7.org/fhir/supply-item-type defines the following codes: Code Display Definition medication Medication Supply is a kind of medication. device Device What is supplied (or requested) is a device.   See the full registry of value sets defined as part of FHIR. Explanation of the columns that may appear on this page: Level A few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning of the concept Comments Additional notes about how to use the code ®© HL7.org 2011+. FHIR Release 3 (STU; v3.0.2-11200) generated on Thurs, Oct 24, 2019 11:53+1100. QA Page Links:

Claim-example-pharmacy.ttl

Raw Turtle , JSON-LD

Simple Pharmacy Service Claim


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Claim/760150> a fhir:Claim;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "760150"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the Pharmacy Claim</div>"
  ];
  fhir:Claim.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://happypharma.com/claim" ];
     fhir:Identifier.value [ fhir:value "7612345" ]
  ];
  fhir:Claim.status [ fhir:value "active"];
  fhir:Claim.type [
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/ex-claimtype" ];
     fhir:Coding.code [ fhir:value "pharmacy" ]
  ];
  fhir:Claim.created [ fhir:value "2014-08-16"^^xsd:date];
  fhir:Claim.insurerReference [
     fhir:link <http://hl7.org/fhir/Organization/2>;
     fhir:Reference.reference [ fhir:value "Organization/2" ]
  ];
  fhir:Claim.organizationReference [
     fhir:link <http://hl7.org/fhir/Organization/1>;
     fhir:Reference.reference [ fhir:value "Organization/1" ]
  ];
  fhir:Claim.use [ fhir:value "complete"];
  fhir:Claim.priority [
     fhir:Coding.code [ fhir:value "stat" ]
  ];
  fhir:Claim.payee [
     fhir:Claim.payee.type [
       fhir:Coding.code [ fhir:value "provider" ]
     ]
  ];
  fhir:Claim.diagnosis [
     fhir:index 0;
     fhir:Claim.diagnosis.sequence [ fhir:value "1"^^xsd:positiveInteger ];
     fhir:Claim.diagnosis.diagnosis [
       fhir:Coding.code [ fhir:value "654456" ]
     ]
  ];
  fhir:Claim.patientReference [
     fhir:link <http://hl7.org/fhir/Patient/1>;
     fhir:Reference.reference [ fhir:value "Patient/1" ]
  ];
  fhir:Claim.coverage [
     fhir:index 0;
     fhir:Claim.coverage.sequence [ fhir:value "1"^^xsd:positiveInteger ];
     fhir:Claim.coverage.focal [ fhir:value "true"^^xsd:boolean ];
     fhir:Claim.coverage.coverageReference [
       fhir:link <http://hl7.org/fhir/Coverage/9876B1>;
       fhir:Reference.reference [ fhir:value "Coverage/9876B1" ]
     ]
  ];
  fhir:Claim.item [
     fhir:index 0;
     fhir:Claim.item.sequence [ fhir:value "1"^^xsd:positiveInteger ];
     fhir:Claim.item.careTeam [
       fhir:index 0;
       fhir:Claim.item.careTeam.providerReference [
         fhir:link <http://hl7.org/fhir/Practitioner/example>;
         fhir:Reference.reference [ fhir:value "Practitioner/example" ]
       ]
     ];
     fhir:Claim.item.service [
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/ex-pharmaservice" ];
       fhir:Coding.code [ fhir:value "smokecess" ]
     ];
     fhir:Claim.item.servicedDate [ fhir:value "2014-08-16"^^xsd:date ];
     fhir:Claim.item.unitPrice [
       fhir:Quantity.value [ fhir:value "60.00"^^xsd:decimal ];
       fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ];
       fhir:Quantity.code [ fhir:value "USD" ]
     ];
     fhir:Claim.item.net [
       fhir:Quantity.value [ fhir:value "60.00"^^xsd:decimal ];
       fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ];
       fhir:Quantity.code [ fhir:value "USD" ]
     ]
  ] .

<http://hl7.org/fhir/Organization/2> a fhir:Organization .

<http://hl7.org/fhir/Organization/1> a fhir:Organization .

<http://hl7.org/fhir/Patient/1> a fhir:Patient .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.