Sha256: 9c57490be3bbb846f8659da957c4a49b46e3bddeebcec5032e4d7405c7d8a6ed

Contents?: true

Size: 1.71 KB

Versions: 11

Compression:

Stored size: 1.71 KB

Contents

{
  "resourceType": "DeviceComponent",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Example of a simple MDS from a pulse oximeter containment tree</p>\n\t\t</div>"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "d1",
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/identifier-type",
                "code": "SNO"
              }
            ]
          },
          "value": "ID 13.1"
        },
        {
          "type": {
            "text": "Global Medical Device Nomenclature"
          },
          "system": "urn:iso:std:iso:11073:10101",
          "value": "2000"
        }
      ],
      "type": {
        "coding": [
          {
            "system": "urn:iso:std:iso:11073:10101",
            "code": "2000",
            "display": "MDC_DEV_ANALY_SAT_O2_MDS"
          }
        ]
      },
      "manufacturer": "Center4MI",
      "model": "2-0-14"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "2000",
        "display": "MDC_DEV_ANALY_SAT_O2_MDS"
      }
    ]
  },
  "identifier": {
    "type": {
      "text": "Handle ID"
    },
    "value": "0"
  },
  "lastSystemChange": "2014-10-07T14:45:00Z",
  "source": {
    "reference": "#d1"
  },
  "operationalStatus": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:11073:10101",
          "code": "0",
          "display": "disconnected"
        }
      ]
    }
  ],
  "languageCode": {
    "coding": [
      {
        "system": "http://tools.ietf.org/html/bcp47",
        "code": "en-US"
      }
    ]
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.8.2 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.8.1 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.8.0 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.6.8 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.6.7 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.6.6 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.6.4 lib/fhir_models/examples/json/devicecomponent-example.json
fhir_models-1.6.3 examples/json/devicecomponent-example.json
fhir_models-1.6.2 examples/json/devicecomponent-example.json
fhir_models-1.6.1 examples/json/devicecomponent-example.json