Publication Build: This will be filled in by the publication tooling
: partial-parotidectomy - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "partial-parotidectomy"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.health.gov.il/StructureDefinition/il-core-procedure"^^xsd:anyURI ;
fhir:link <http://fhir.health.gov.il/StructureDefinition/il-core-procedure> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Partial Parotidectomy</div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:11150009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11150009" ] ;
fhir:display [ fhir:v "Partial parotidectomy" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-with-israeli-id" ]
] ; #
fhir:performed [ fhir:v "2020-02-07"^^xsd:date] . #