@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hs2"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://ssv.uz/fhir/StructureDefinition/UZBaseHealthcareService"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: HealthcareService

Resource HealthcareService "hs2"

Profile: UZBaseHealthcareService

identifier: id: 1024

active: true

providedBy: Organization/org1 "IT-Med Hospital"

category: benefit (healthcare-service-category#benefit)

type: outpatient (healthcare-service-type#outpatient), 1024 (preferential-diagnosis#1024)

name: Лейкемия

" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "1024" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/org1" ] ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "benefit" ] ] ) ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "outpatient" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://tx.ssv.uz/fhir/CodeSystem/preferential-diagnosis"^^xsd:anyURI ] ; fhir:code [ fhir:v "1024" ] ] ) ] ) ; # fhir:name [ fhir:v "Лейкемия"] . # # -------------------------------------------------------------------------------------