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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeObservation
IdWoundCharacteristics-02.json
FHIR VersionR3

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

Observatie/bepaling. Subject: Johan XXX_Helleman. Id: 17ebbbfd-8fdf-11ec-3181-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Status: definitief
CodeWaarde
Wound observable (observable entity)
lengte van verwonding3 cm
breedte van verwonding2 cm
Photographic image

Source1

{
  "resourceType": "Observation",
  "id": "WoundCharacteristics-02",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/WoundCharacteristics"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/event-reasonReference",
      "valueReference": {
        "reference": "Condition/zib-pressureulcer-01",
        "display": "PressureUlcer"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "17ebbbfd-8fdf-11ec-3181-020000000000"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "364554009",
        "display": "Wound observable (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39126-8",
            "display": "lengte van verwonding"
          }
        ]
      },
      "valueQuantity": {
        "value": 3,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39125-0",
            "display": "breedte van verwonding"
          }
        ]
      },
      "valueQuantity": {
        "value": 2,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "72170-4",
            "display": "Photographic image"
          }
        ]
      },
      "valueAttachment": {
        "contentType": "image/png",
        "language": "en-AU",
        "url": "http://www.acme.com/logo-small.png",
        "title": "Official Corporate Logo"
      }
    }
  ]
}