Da Vinci Payer Data exchange Implementation Guide Release 0.1.0

This page is part of the Da Vinci Payer Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

3-6-15 US Core Device

Where a Health Plan has information about devices used by the Member that information SHOULD be published using the US Core DEvice resource.

The essential fields to be provided in the US Core Device resource are:

R4 Hierarchical Name R4 Name Flags Card. Type
Device Device I 0..*  
Device.id id   0..1 id
Device.udiCarrier udiCarrier SI 1..1 BackboneElement
Device.deviceName.name name   1..1 string
Device.deviceName.type type   1..1 code
Device.type type S 1..1 CodeableConcept
Device.specialization.systemType systemType   1..1 CodeableConcept
Device.version.value value   1..1 string
Device.property.type type   1..1 CodeableConcept
Device.patient patient S 1..1 Reference(US Core Patient Profile)

3-6-15-1 Example Device Resource

An example mapping of a device resource is shown below:

{
  "resourceType" : "Device",
  "id" : "udi-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-device"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">

Generated Narrative with Details

id: udi-1

meta:

UdiCarriers

<table class=\"grid\">-CarrierHRF*(01)09504000059118(17)141120(10)7654321D(21)10987654d321</table>

status: active

type: Coated femoral stem prosthesis, modular <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '468063009' = 'Coated femoral stem prosthesis, modular (physical object)', given as 'Coated femoral stem prosthesis, modular'})</span>

patient: <a href=\"Patient-example.html\">Amy Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a>

</div>" }, "udiCarrier" : [ { "carrierHRF" : "(01)09504000059118(17)141120(10)7654321D(21)10987654d321" } ], "status" : "active", "type" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "468063009", "display" : "Coated femoral stem prosthesis, modular" } ] }, "patient" : { "reference" : "Patient/example", "display" : "Amy Shaw" } }