US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

{title?}

{
  "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"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: udi-1</p><p><b>meta</b>: </p><p><b>udiCarrier</b>: Universal Device Identifier = {01}09504000059118{17}141120{10}7654321D{21}10987654d321</p><p><b>status</b>: available</p><p><b>type</b>: Coated femoral stem prosthesis, modular <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '468063009' = '468063009', given as 'Coated femoral stem prosthesis, modular'})</span></p><p><b>patient</b>: <a href="Patient-example.html">Amy Shaw </a></p></div>"
  },
  "udiCarrier" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/identifier-type",
          "code" : "UDI"
        }
      ]
    },
    "system" : "http://hl7.org/fhir/NamingSystem/fda-udi",
    "value" : "{01}09504000059118{17}141120{10}7654321D{21}10987654d321"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "468063009",
        "display" : "Coated femoral stem prosthesis, modular"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient-example.html",
    "display" : "Amy Shaw "
  }
}