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

: 新型冠状病毒核酸检测报告 - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "SarsCov2NucleicAcidTestReportCompositionExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-sars-cov-2-nucleic-acid-test"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition SarsCov2NucleicAcidTestReportCompositionExample01</b></p><a name=\"SarsCov2NucleicAcidTestReportCompositionExample01\"> </a><a name=\"hcSarsCov2NucleicAcidTestReportCompositionExample01\"> </a><a name=\"SarsCov2NucleicAcidTestReportCompositionExample01-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-sars-cov-2-nucleic-acid-test.html\">新型冠状病毒核酸检测报告共享文档本地化定义</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.10093.1.23.24.3454354</code>/N123455</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/phr-document-type P001}\">新型冠状病毒核酸检测报告</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/document-category PHR}\">个人健康档案共享文档</span></p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Encounter: status = completed; class = field; type = 检查检验; actualPeriod = 2022-05-20 18:45:50+0800 --&gt; (ongoing)</a></p><p><b>date</b>: 2002-08-23 16:45:50-0500</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner 赵勇(official)</a></p><p><b>title</b>: 新型冠状病毒核酸检测报告</p><p><b>custodian</b>: <a href=\"Organization-HospitalExample01.html\">北大人民医院</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.10093.1.23.24.3454354",
      "value" : "N123455"
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://hl7.org.cn/fhir/connectathon/CodeSystem/phr-document-type",
        "code" : "P001",
        "display" : "新型冠状病毒核酸检测报告"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org.cn/fhir/connectathon/CodeSystem/document-category",
          "code" : "PHR",
          "display" : "个人健康档案共享文档"
        }
      ]
    }
  ],
  "subject" : [
    {
      🔗 "reference" : "Patient/PatientExample01"
    }
  ],
  "encounter" : {
    🔗 "reference" : "Encounter/Covid19EncounterExample01"
  },
  "date" : "2002-08-23T16:45:50.597-05:00",
  "author" : [
    {
      🔗 "reference" : "Practitioner/PractitionerExample01"
    }
  ],
  "title" : "新型冠状病毒核酸检测报告",
  "custodian" : {
    🔗 "reference" : "Organization/HospitalExample01",
    "display" : "北大人民医院"
  },
  "section" : [
    {
      "title" : "检验结果",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "30954-2",
            "display" : "检验结果"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/Covid19ResultExample01"
        },
        {
          🔗 "reference" : "Observation/Covid19ResultExample02"
        }
      ]
    },
    {
      "title" : "标本信息",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "68992-7",
            "display" : "标本信息"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Specimen/Covid19SpecimenExample01"
        }
      ]
    }
  ]
}