{

"resourceType": "ProcedureRequest",
"id": "lipid",
"text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: lipid</p><p><b>contained</b>: , </p><p><b>identifier</b>: Placer = 2345234234234</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>code</b>: Lipid Panel <span>(Details : {http://acme.org/tests code 'LIPID' = 'LIPID)</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>context</b>: <a>Encounter/example</a></p><p><b>occurrence</b>: May 2, 2013 4:16:00 PM</p><h3>Requesters</h3><table><tr><td>-</td><td><b>Agent</b></td><td><b>OnBehalfOf</b></td></tr><tr><td>*</td><td><a>Practitioner/example</a></td><td><a>Organization/f001</a></td></tr></table><p><b>performer</b>: <a>Practitioner/f202</a></p><p><b>reasonCode</b>: Fam hx-ischem heart dis <span>(Details : {ICD-9 code 'V173' = 'V173', given as 'Fam hx-ischem heart dis'})</span></p><p><b>supportingInfo</b>: Fasting status. Generated Summary: id: fasting; status: final; Fasting status - Reported <span>(Details : {LOINC code '49541-6' = 'Fasting status - Reported', given as 'Fasting status - Reported'})</span>; ????; Yes <span>(Details : {http://hl7.org/fhir/v2/0136 code 'Y' = 'Yes', given as 'Yes'})</span></p><p><b>specimen</b>: Serum specimen. Generated Summary: id: serum; 20150107-0012; Serum sample <span>(Details : {SNOMED CT code '119364003' = 'Serum specimen', given as 'Serum sample'})</span>; ????</p><p><b>note</b>: patient is afraid of needles</p></div>"
},
"contained": [
  {
    "resourceType": "Observation",
    "id": "fasting",
    "status": "final",
    "code": {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "49541-6",
          "display": "Fasting status - Reported"
        }
      ]
    },
    "subject": {
      "reference": "Patient/example"
    },
    "valueCodeableConcept": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v2/0136",
          "code": "Y",
          "display": "Yes"
        }
      ]
    }
  },
  {
    "resourceType": "Specimen",
    "id": "serum",
    "identifier": [
      {
        "system": "http://acme.org/specimens",
        "value": "20150107-0012"
      }
    ],
    "type": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "119364003",
          "display": "Serum sample"
        }
      ]
    },
    "subject": {
      "reference": "Patient/example"
    },
    "collection": {
      "collectedDateTime": "2015-08-16T06:40:17Z"
    }
  }
],
"identifier": [
  {
    "type": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/identifier-type",
          "code": "PLAC"
        }
      ],
      "text": "Placer"
    },
    "system": "urn:oid:1.3.4.5.6.7",
    "value": "2345234234234"
  }
],
"status": "active",
"intent": "original-order",
"code": {
  "coding": [
    {
      "system": "http://acme.org/tests",
      "code": "LIPID"
    }
  ],
  "text": "Lipid Panel"
},
"subject": {
  "reference": "Patient/example"
},
"context": {
  "reference": "Encounter/example"
},
"occurrenceDateTime": "2013-05-02T16:16:00-07:00",
"requester": {
  "agent": {
    "reference": "Practitioner/example"
  },
  "onBehalfOf": {
    "reference": "Organization/f001"
  }
},
"performer": {
  "reference": "Practitioner/f202"
},
"reasonCode": [
  {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-9",
        "code": "V173",
        "display": "Fam hx-ischem heart dis"
      }
    ]
  }
],
"supportingInfo": [
  {
    "reference": "#fasting",
    "display": "Fasting status"
  }
],
"specimen": [
  {
    "reference": "#serum",
    "display": "Serum specimen"
  }
],
"note": [
  {
    "text": "patient is afraid of needles"
  }
]

}