@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "DiagnosticMethod-Unknown"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-diagnosticmethod"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

Resource \"DiagnosticMethod-Unknown\"

Profile: CH CRL Procedure Diagnostic Method

Why value is missing: unknown

status: completed

category: Diagnostic staging procedure PhenX (LOINC#67183-4)

subject: Patient/FranzMinimum \" MINIMUM\"

performed: 2018-12-15T13:00:00+02:00

reasonReference: Observation/ICD-10

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ]; fhir:Extension.valueCode [ fhir:value "unknown" ] ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.category [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:67183-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "67183-4" ]; fhir:Coding.display [ fhir:value "Diagnostic staging procedure PhenX" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2018-12-15T13:00:00+02:00"^^xsd:dateTime]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ICD-10" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------