台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LFSSF2Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LFSSF2Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/lf-SSF2-profile"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/lf-SSF2-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation LFSSF2Example</b></p><a name=\"LFSSF2Example\"> </a><a name=\"hcLFSSF2Example\"> </a><a name=\"LFSSF2Example-en-US\"> </a><p><b>status</b>: Registered</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 42087-7}\">Collaborative staging site-Specific factor 2 Cancer</span></p><p><b>subject</b>: <a href=\"Patient-LFPatientExample.html\">Wang Amy(official) Male, DoB: 1986-03-24 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: 123456789)</a></p><p><b>encounter</b>: <a href=\"Encounter-LFEncounterExample.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2019-02-12 --&gt; (ongoing)</a></p><p><b>effective</b>: 2023-01-02</p><p><b>performer</b>: <a href=\"Practitioner-LFPractitionerExample.html\">Practitioner: identifier = https://www.vghtpe.gov.tw/Index.action#KP00017</a></p><p><b>value</b>: <span title=\"Codes:\">000</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "registered"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:42087-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42087-7" ] ;
fhir:display [ fhir:v "Collaborative staging site-Specific factor 2 Cancer" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/LFPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/LFEncounterExample" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/LFPractitionerExample" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "000" ]
  ] . #