Implementation Guide
25.0.0 - R4 APIs

Publish Box goes here

: Hemolyzed Serum Specimen Condition Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "Example3",
  "meta" : {
    "versionId" : "2043274706265140",
    "lastUpdated" : "2024-09-30T00:18:27.153-07:00",
    "profile" : [
      "https://hl7.org/fhir/us/core/STU6/StructureDefinition-us-core-specimen.html"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-specimen-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "New",
        "display" : "New"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pencil",
        "display" : "Pencil"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPencil",
        "display" : "New Pencil"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Example3</b></p><a name=\"Example3\"> </a><a name=\"hcExample3\"> </a><a name=\"Example3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2043274706265140; Last updated: 2024-09-30 00:18:27-0700</p><p style=\"margin-bottom: 0px\">Profiles: <code>https://hl7.org/fhir/us/core/STU6/StructureDefinition-us-core-specimen.html</code>, <a href=\"StructureDefinition-athena-specimen-profile.html\">AthenaSpecimen</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New), Pencil (Details: EditTags code Pencil), New Pencil (Details: EditTags code NewPencil = 'New Pencil')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = 'Normal')</p></div><p><b>identifier</b>: Unspecified Identifier/2043274706265140</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}, {http://terminology.hl7.org/CodeSystem/v2-0487 SER}\">Serum</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-12-03 23:03:04+0530</td><td><span title=\"Codes:{http://snomed.info/sct 368208006}\">Left Arm</span></td></tr></table><p><b>condition</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0493 HEM}\">Hemolyzed</span></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/SPECIMENID/1000-4-9390",
      "value" : "2043274706265140"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119364003",
        "display" : "Serum"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "SER",
        "display" : "Serum"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "collection" : {
    "collectedDateTime" : "2024-12-03T23:03:04+05:30",
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "368208006",
          "display" : "Left Arm"
        }
      ],
      "text" : "Left Arm"
    }
  },
  "condition" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code" : "HEM",
          "display" : "Hemolyzed"
        }
      ],
      "text" : "Hemolyzed"
    }
  ]
}