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

FHIR IG analytics

Packagehl7.fhir.uv.eyecare
Resource TypeObservation
IdObservation-observation-iop-icare-home-le-0.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

Resource "observation-iop-icare-home-le-0"

Profile: Intraocular Pressure (IOP)

status: final

category: Exam (Observation Category Codes#exam)

code: Intraocular pressure (SNOMED CT#41633001)

subject: Patient/ophthal-patient-example-0 " BILL"

effective: 2013-06-27 05:04:20+0400

issued: Jun 27, 2013, 1:04:20 PM

value: 18.0 mm[Hg] (Details: UCUM code mm[Hg] = 'mm[Hg]')

bodySite: ()

method: Rebound Tonometry (iop-methods#rebound-tonometry)


Source1

{
  "resourceType": "Observation",
  "id": "observation-iop-icare-home-le-0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/eyecare/StructureDefinition/observation-iop"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "41633001",
        "display": "Intraocular pressure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ophthal-patient-example-0"
  },
  "effectiveDateTime": "2013-06-27T17:04:20+04:00",
  "issued": "2013-06-27T17:04:20.643+04:00",
  "valueQuantity": {
    "value": 18,
    "unit": "mm[Hg]",
    "system": "http://unitsofmeasure.org",
    "code": "mm[Hg]"
  },
  "bodySite": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/bodySite",
        "valueReference": {
          "reference": "BodyStructure/bodystructure-left-eye"
        }
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/eyecare/CodeSystem/iop-methods",
        "code": "rebound-tonometry",
        "display": "Rebound Tonometry"
      }
    ]
  }
}