Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Device",
"id" : "ncsr-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-device-system-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ncsr-01</b></p><a name=\"ncsr-01\"> </a><a name=\"hcncsr-01\"> </a><a name=\"ncsr-01-en-AU\"> </a><p><b>identifier</b>: PAI-D/TBD</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>National Cancer Screening Register repository service</td><td>other</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1617321000168108}\">National Cancer Screening Register system</span></p><p><b>owner</b>: <a href=\"Organization-ncsr-operator.html\">Organization National Cancer Screening Register system operator</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NDI",
"display" : "National Device Identifier"
}
],
"text" : "PAI-D"
},
"system" : "http://ns.electronichealth.net.au/id/pcehr/paid/1.0",
"value" : "TBD"
}
],
"deviceName" : [
{
"name" : "National Cancer Screening Register repository service",
"type" : "other"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1617321000168108",
"display" : "National Cancer Screening Register system"
}
],
"text" : "National Cancer Screening Register system"
},
"owner" : {
🔗 "reference" : "Organization/ncsr-operator"
}
}