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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeDevice
IdDevice-DispositivoEjecutanteObservador-CL-Ejemplo.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 DispositivoEjecutanteObservador-CL-Ejemplo

identifier: http://ortopedia.organization/devicesID/2121

manufacturer: Ortopedia-Care

DeviceNames

-NameType
*Férula para codoManufacturer name

modelNumber: 2.0.1

type: Dispositivo ortopédico


Source1

{
  "resourceType": "Device",
  "id": "DispositivoEjecutanteObservador-CL-Ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Dispositivo-observador-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ortopedia.organization/devicesID",
      "value": "2121"
    }
  ],
  "manufacturer": "Ortopedia-Care",
  "deviceName": [
    {
      "name": "Férula para codo",
      "type": "manufacturer-name"
    }
  ],
  "modelNumber": "2.0.1",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "16349000",
        "display": "Orthopedic device"
      }
    ],
    "text": "Dispositivo ortopédico"
  }
}