{
"resourceType": "Device",
"id": "rdc-Device-Model-cgm",
"meta": {
"profile": [
"https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Model"
]
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "700585005",
"display": "Invasive interstitial-fluid glucose monitoring system (physical object)"
}
]
}
],
"modelNumber": "923"
}
<Device xmlns="http://hl7.org/fhir">
<id value="rdc-Device-Model-cgm" />
<meta>
<profile value="https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Model" />
</meta>
<modelNumber value="923" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="700585005" />
<display value="Invasive interstitial-fluid glucose monitoring system (physical object)" />
</coding>
</type>
</Device>
Device |
id : rdc-Device-Model-cgm |
meta |
profile : https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Model |
type |
coding |
system : http://snomed.info/sct |
code : 700585005 |
display : Invasive interstitial-fluid glucose monitoring system (physical object) |
modelNumber : 923 |
Device.id[0] | rdc-Device-Model-cgm |
Device.meta[0].profile[0] | https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Model |
Device.modelNumber[0] | 923 |
Device.type[0].coding[0].system[0] | http://snomed.info/sct |
Device.type[0].coding[0].code[0] | 700585005 |
Device.type[0].coding[0].display[0] | Invasive interstitial-fluid glucose monitoring system (physical object) |