HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Covid19SpecimenExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "Covid19SpecimenExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-covid19-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Covid19SpecimenExample01</b></p><a name=\"Covid19SpecimenExample01\"> </a><a name=\"hcCovid19SpecimenExample01\"> </a><a name=\"Covid19SpecimenExample01-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-covid19-specimen.html\">核酸检测样本结构定义</a></p></div><p><b>identifier</b>: SP235603</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 258529004}\">咽拭子</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)</a></p><p><b>receivedTime</b>: 2022-05-20 18:45:50+0800</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-PractitionerExample01.html\">Practitioner 赵勇(official)</a></td><td>2022-05-20 17:45:50+0800</td></tr></table></div>"
  },
  "identifier" : [
    {
      "value" : "SP235603"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "258529004",
        "display" : "咽拭子"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample01"
  },
  "receivedTime" : "2022-05-20T18:45:50+08:00",
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/PractitionerExample01"
    },
    "collectedDateTime" : "2022-05-20T17:45:50+08:00"
  }
}