Guest User

Observation message

a guest
Oct 4th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. http://fhirsandbox.kanta.fi/phr-resourceserver/baseStu3/Observation
  2.  
  3. Accept-Charset: utf-8
  4. Accept: application/fhir+json
  5. Accept-Encoding: gzip
  6. Content-Type: application/fhir+json
  7.  
  8. {
  9.   "resourceType": "Observation",
  10.   "meta": {
  11.     "profile": [
  12.       "http://phr.kanta.fi/StructureDefinition/fiphr-bodytemperature-stu3"
  13.     ]
  14.   },
  15.   "language": "fi",
  16.   "category": [
  17.     {
  18.       "coding": [
  19.         {
  20.           "system": "http://hl7.org/fhir/observation-category",
  21.           "code": "vital-signs",
  22.           "display": "Vital Signs"
  23.         }
  24.       ],
  25.       "text": "Vital Signs"
  26.     }
  27.   ],
  28.   "effectiveDateTime": "2017-06-16",
  29.   "issued": "2017-06-15T18:39:44.937Z",
  30.   "status": "final",
  31.   "code": [
  32.     {
  33.       "coding": [
  34.         {
  35.           "system": "http://loinc.org",
  36.           "code": "8310-5",
  37.           "display": "Body temperature"
  38.         }
  39.       ],
  40.       "text": "Body temperature"
  41.     }
  42.   ],
  43.   "subject": {
  44.     "reference": "Patient/d5db9d42-f269-4518-8ed4-c5615eb710fc"
  45.   },
  46.   "performer": [
  47.     {
  48.       "reference": "urn:uuid:3eeb2a91-cd2c-4710-ae54-ed39909689f4"
  49.     }
  50.   ],
  51.   "valueQuantity": {
  52.     "value": "38.5",
  53.     "unit": "Cel",
  54.     "system": "http://unitsofmeasure.org",
  55.     "code": "Cel"
  56.   }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment