@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-03"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Condition"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Condition

Resource Condition "example-03"

Profile: Condition

code: Cardiac arrest, unspecified (ICD-10#I46.9)

subject: Patient/example-01 ""

onset: 1days

recorder: Practitioner/example-01 ""

" ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "I46.9" ] ; fhir:display [ fhir:v "Cardiac arrest, unspecified" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:onset [ fhir:v "1days"] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] . # # -------------------------------------------------------------------------------------