FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagephis.ig.dev
Resource TypeDevice
IdDevice-connectdtx-device-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Device

Resource Device "connectdtx-device-example"

Profile: ConnectDTx Device

identifier: id: PROVIDED_PHI_CODE

manufacturer: 파이DTx

DeviceNames

-NameType
*Hypnusmodel-name

type: Digital therapeutics (ConnectDTx Device Type#dtx)

Versions

-TypeValue
*Production (ConnectDTx Version Type#prod)1.0.1

Source1

{
  "resourceType": "Device",
  "id": "connectdtx-device-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-device"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://connectdtx.net/phicode",
      "value": "PROVIDED_PHI_CODE"
    }
  ],
  "manufacturer": "파이DTx",
  "deviceName": [
    {
      "name": "Hypnus",
      "type": "model-name"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://connectdtx.kr/fhir/CodeSystem/connectdtx-device-type",
        "code": "dtx"
      }
    ]
  },
  "version": [
    {
      "type": {
        "coding": [
          {
            "system": "http://connectdtx.kr/fhir/CodeSystem/connectdtx-version-type",
            "code": "prod"
          }
        ]
      },
      "value": "1.0.1"
    }
  ]
}