@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:StructureDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "AIOCCondition"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: StructureDefinition AIOCCondition

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
NameFlagsCard.TypeDescription & Constraints\"doco\"
\".\"\".\" AIOCCondition 0..*BaseAIOC diagnoses
\".\"\".\"\".\" patient_id 1..1Identifierid van de patiënt
\".\"\".\"\".\" admission_id 1..1Identifierid van de opname
\".\"\".\"\".\" admission_date 1..1dateDatum van opname.
\".\"\".\"\".\" discharge_date 0..1dateDatum van ontslag.
\".\"\".\"\".\" ICD-10_diagnosecode 0..1CodeableConceptICD-code van diagnose
\".\"\".\"\".\" diagnosing_clinical_specialty 0..1stringSpecialisme dat de diagnose stelde
\".\"\".\"\".\" hoofddiagnose_indicatie 0..1string?
\".\"\".\"\".\" primaire_diagnose_indicatie 0..1string?
\".\"\".\"\".\" NAS-indicatie 0..1string?

\"doco\" Documentation for this format
" ] ; # fhir:url [ fhir:v "https://plugin.healthcare/fhir/StructureDefinition/AIOCCondition"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0-ci"] ; # fhir:name [ fhir:v "AIOCCondition"] ; # fhir:title [ fhir:v "AIOC diagnoses"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2025-01-16T08:18:16+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "PLUGIN"] ; # fhir:contact ( [ fhir:name [ fhir:v "PLUGIN" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://plugin.healthcare" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "m.sieswerda@iknl.nl" ] ] ) ] ) ; # fhir:description [ fhir:v "Logisch model voor de tabel `diagnoses` zoals gebruikt binnen de use-case AIOC.\nMaturity Level: 0 Draft"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "528" ] ; fhir:display [ fhir:v "NL" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Used by permission of the PLUGIN team, all rights reserved Creative Commons License"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:kind [ fhir:v "logical"] ; # fhir:abstract [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "https://plugin.healthcare/fhir/StructureDefinition/AIOCCondition"^^xsd:anyURI] ; # fhir:baseDefinition [ fhir:v "http://hl7.org/fhir/StructureDefinition/Base"^^xsd:anyURI ; fhir:link ] ; # fhir:derivation [ fhir:v "specialization"] ; # fhir:snapshot [ fhir:element ( [ fhir:id [ fhir:v "AIOCCondition" ] ; fhir:path [ fhir:v "AIOCCondition" ] ; fhir:short [ fhir:v "AIOC diagnoses" ] ; fhir:definition [ fhir:v "Logisch model voor de tabel `diagnoses` zoals gebruikt binnen de use-case AIOC.\nMaturity Level: 0 Draft" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ; fhir:base [ fhir:path [ fhir:v "Base" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "*" ] ] ; fhir:isModifier [ fhir:v "false"^^xsd:boolean ] ] [ fhir:id [ fhir:v "AIOCCondition.patient-id" ] ; fhir:path [ fhir:v "AIOCCondition.patient_id" ] ; fhir:short [ fhir:v "id van de patiënt" ] ; fhir:definition [ fhir:v "id van de patiënt" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.patient_id" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.admission-id" ] ; fhir:path [ fhir:v "AIOCCondition.admission_id" ] ; fhir:short [ fhir:v "id van de opname" ] ; fhir:definition [ fhir:v "id van de opname" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.admission_id" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.admission-date" ] ; fhir:path [ fhir:v "AIOCCondition.admission_date" ] ; fhir:short [ fhir:v "Datum van opname." ] ; fhir:definition [ fhir:v "Datum van opname." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.admission_date" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "date"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.discharge-date" ] ; fhir:path [ fhir:v "AIOCCondition.discharge_date" ] ; fhir:short [ fhir:v "Datum van ontslag." ] ; fhir:definition [ fhir:v "Datum van ontslag." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.discharge_date" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "date"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.ICD-10-diagnosecode" ] ; fhir:path [ fhir:v "AIOCCondition.ICD-10_diagnosecode" ] ; fhir:short [ fhir:v "ICD-code van diagnose" ] ; fhir:definition [ fhir:v "ICD-code van diagnose" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.ICD-10_diagnosecode" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "CodeableConcept"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.diagnosing-clinical-specialty" ] ; fhir:path [ fhir:v "AIOCCondition.diagnosing_clinical_specialty" ] ; fhir:short [ fhir:v "Specialisme dat de diagnose stelde" ] ; fhir:definition [ fhir:v "Specialisme dat de diagnose stelde" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.diagnosing_clinical_specialty" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.hoofddiagnose-indicatie" ] ; fhir:path [ fhir:v "AIOCCondition.hoofddiagnose_indicatie" ] ; fhir:short [ fhir:v "?" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.hoofddiagnose_indicatie" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.primaire-diagnose-indicatie" ] ; fhir:path [ fhir:v "AIOCCondition.primaire_diagnose_indicatie" ] ; fhir:short [ fhir:v "?" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.primaire_diagnose_indicatie" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.NAS-indicatie" ] ; fhir:path [ fhir:v "AIOCCondition.NAS-indicatie" ] ; fhir:short [ fhir:v "?" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:base [ fhir:path [ fhir:v "AIOCCondition.NAS-indicatie" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] ) ] ; # fhir:differential [ fhir:element ( [ fhir:id [ fhir:v "AIOCCondition" ] ; fhir:path [ fhir:v "AIOCCondition" ] ; fhir:short [ fhir:v "AIOC diagnoses" ] ; fhir:definition [ fhir:v "Logisch model voor de tabel `diagnoses` zoals gebruikt binnen de use-case AIOC.\nMaturity Level: 0 Draft" ] ] [ fhir:id [ fhir:v "AIOCCondition.patient-id" ] ; fhir:path [ fhir:v "AIOCCondition.patient_id" ] ; fhir:short [ fhir:v "id van de patiënt" ] ; fhir:definition [ fhir:v "id van de patiënt" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.admission-id" ] ; fhir:path [ fhir:v "AIOCCondition.admission_id" ] ; fhir:short [ fhir:v "id van de opname" ] ; fhir:definition [ fhir:v "id van de opname" ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "Identifier"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.admission-date" ] ; fhir:path [ fhir:v "AIOCCondition.admission_date" ] ; fhir:short [ fhir:v "Datum van opname." ] ; fhir:definition [ fhir:v "Datum van opname." ] ; fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "date"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.discharge-date" ] ; fhir:path [ fhir:v "AIOCCondition.discharge_date" ] ; fhir:short [ fhir:v "Datum van ontslag." ] ; fhir:definition [ fhir:v "Datum van ontslag." ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "date"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.ICD-10-diagnosecode" ] ; fhir:path [ fhir:v "AIOCCondition.ICD-10_diagnosecode" ] ; fhir:short [ fhir:v "ICD-code van diagnose" ] ; fhir:definition [ fhir:v "ICD-code van diagnose" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "CodeableConcept"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.diagnosing-clinical-specialty" ] ; fhir:path [ fhir:v "AIOCCondition.diagnosing_clinical_specialty" ] ; fhir:short [ fhir:v "Specialisme dat de diagnose stelde" ] ; fhir:definition [ fhir:v "Specialisme dat de diagnose stelde" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.hoofddiagnose-indicatie" ] ; fhir:path [ fhir:v "AIOCCondition.hoofddiagnose_indicatie" ] ; fhir:short [ fhir:v "?" ] ; fhir:definition [ fhir:v "?" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.primaire-diagnose-indicatie" ] ; fhir:path [ fhir:v "AIOCCondition.primaire_diagnose_indicatie" ] ; fhir:short [ fhir:v "?" ] ; fhir:definition [ fhir:v "?" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] [ fhir:id [ fhir:v "AIOCCondition.NAS-indicatie" ] ; fhir:path [ fhir:v "AIOCCondition.NAS-indicatie" ] ; fhir:short [ fhir:v "?" ] ; fhir:definition [ fhir:v "?" ] ; fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "1" ] ; fhir:type ( [ fhir:code [ fhir:v "string"^^xsd:anyURI ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------