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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeDevice
IdUKCore-Device-SoftwareAsAMedicalDevice-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

An example to illustrate software as a medical device

Source1

{
  "resourceType": "Device",
  "id": "UKCore-Device-SoftwareAsAMedicalDevice-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.leedsth.nhs.uk/identifier/devices",
      "value": "DEV1999990567",
      "assigner": {
        "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
      }
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "467892009",
        "display": "Cardiac mapping system application software"
      }
    ]
  },
  "owner": {
    "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
  },
  "location": {
    "reference": "Location/UKCore-Location-CardiologySJUH-Example"
  }
}