Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://fhirsandbox.kanta.fi/phr-resourceserver/baseStu3/Observation
- Accept-Charset: utf-8
- Accept: application/fhir+json
- Accept-Encoding: gzip
- Content-Type: application/fhir+json
- {
- "resourceType": "Observation",
- "meta": {
- "profile": [
- "http://phr.kanta.fi/StructureDefinition/fiphr-bodytemperature-stu3"
- ]
- },
- "language": "fi",
- "category": [
- {
- "coding": [
- {
- "system": "http://hl7.org/fhir/observation-category",
- "code": "vital-signs",
- "display": "Vital Signs"
- }
- ],
- "text": "Vital Signs"
- }
- ],
- "effectiveDateTime": "2017-06-16",
- "issued": "2017-06-15T18:39:44.937Z",
- "status": "final",
- "code": [
- {
- "coding": [
- {
- "system": "http://loinc.org",
- "code": "8310-5",
- "display": "Body temperature"
- }
- ],
- "text": "Body temperature"
- }
- ],
- "subject": {
- "reference": "Patient/d5db9d42-f269-4518-8ed4-c5615eb710fc"
- },
- "performer": [
- {
- "reference": "urn:uuid:3eeb2a91-cd2c-4710-ae54-ed39909689f4"
- }
- ],
- "valueQuantity": {
- "value": "38.5",
- "unit": "Cel",
- "system": "http://unitsofmeasure.org",
- "code": "Cel"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment