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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: SarsCov2NucleicAcidTestReportCompositionExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "SarsCov2NucleicAcidTestReportCompositionExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/StructureDefinition/profile-sars-cov-2-nucleic-acid-test"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: N123455</p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/phr-document-type P001}\">新型冠状病毒核酸检测报告</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category PHR}\">个人健康档案共享文档</span></p><p><b>encounter</b>: <a href=\"Encounter-Covid19EncounterExample01.html\">Generated Summary: status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode FLD}\">field</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/encounter-type TEST}\">检查检验</span>; period: 2022年5月20日 下午6:45:50 --&gt; (ongoing)</a></p><p><b>date</b>: 2002年8月24日 上午5:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><p><b>title</b>: 新型冠状病毒核酸检测报告</p><p><b>custodian</b>: <a href=\"Organization-OrganizationExample03.html\">Generated Summary: name: 北大人民医院</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/CodeSystem/phr-document-type",
        "code" : "P001",
        "display" : "新型冠状病毒核酸检测报告"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org.cn/fhir/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/OrganizationExample03"
  },
  "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"
        }
      ]
    }
  ]
}