Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: General Specimen Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "Example1",
  "meta" : {
    "versionId" : "Example1",
    "lastUpdated" : "2024-10-03T07:59:55.000+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"🔗 ,
      "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" : "Pen",
        "display" : "Pen"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPen",
        "display" : "New Pen"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-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: versionId: id (PrimitiveType/Specimen.meta.versionId): element = id -&gt; versionId=id[Example1]; Last updated: 2024-10-03 07:59:55+0000</p><p style=\"margin-bottom: 0px\">Profiles: <code>http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen</code>, <a href=\"StructureDefinition-athena-specimen-profile.html\">AthenaSpecimen</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pen (Details: EditTags code Pen  = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen  = ' NewPen ', stated as ' New Pen ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/2035075500000000</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119376001}, {http://terminology.hl7.org/CodeSystem/v2-0487 BLDV}\">Blood venous</span></p><p><b>subject</b>: <a href=\"Patient/1206281693000860\">Patient/1206281693000860</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>1998-04-27 14:03:17+0000</td><td><span title=\"Codes:{http://snomed.info/sct 119376005}\">Bilateral Ears</span></td></tr></table></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/BLRT-345",
      "value" : "2035075500000000"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119376001",
        "display" : "Blood venous"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "BLDV",
        "display" : "Blood venous"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/1206281693000860"
  },
  "collection" : {
    "collectedDateTime" : "1998-04-27T14:03:17+00:00",
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "119376005",
          "display" : "Bilateral Ears"
        }
      ],
      "text" : "Bilateral Ears"
    }
  }
}