醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Coverage-C1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Coverage-C1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://claim.cgh.org.tw/iclaim/StructureDefinition/coverage-iclaim"^^xsd:anyURI ;
fhir:link <https://claim.cgh.org.tw/iclaim/StructureDefinition/coverage-iclaim>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>status</b>: active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/codesystem-fm-status.html\">FinancialResourceStatusCodes</a>#active )</span></p><p><b>beneficiary</b>: <a href=\"Patient-Patient-C1.html\">Patient/Patient-C1</a> \"郝美麗\"</p><p><b>payor</b>: <a href=\"Organization-Organization-cathay.html\">Organization/Organization-cathay</a> \"國泰人壽保險股份有限公司\"</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/Patient-C1" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/Organization-cathay" ]
  ] ) . #