
NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.
JSON Format: Observation-example-12
Download Raw json
{ "resourceType" : "Observation", "id" : "example-12", "meta" : { "profile" : [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ObservationGeneralAssessment" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative with Details</b></p><p><b>id</b>: example-12</p><p><b>status</b>: final</p><p><b>code</b>: EKG 12 channel panel <span>(Details : LOINC code '34534-8' = 'EKG 12 channel panel', given as 'EKG 12 channel panel')</span></p><p><b>subject</b>: ABC</p><p><b>performer</b>: Dr. DEF, MD</p><p><b>value</b>: 85 /min<span> (Details: UCUM code /min = '/min')</span></p></div>" }, "status" : "final", "code" : { "coding" : [ { "system" : "http://loinc.org", "code" : "34534-8", "display" : "EKG 12 channel panel" } ], "text" : "EKG 12 channel panel" }, "subject" : { "reference" : "Patient/1" }, "performer" : [ { "reference" : "Organization/1" } ], "valueQuantity" : { "value" : 85, "unit" : "/min", "system" : "http://unitsofmeasure.org", "code" : "/min" } }