ConformanceThis page is part of the FHIR Specification v6.0.0-ballot2: Release 6 Ballot (2nd Draft) (see Ballot Notes). The current version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example showing how to define Section Level Profiles
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:StructureDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-section-library"] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/example-section-library"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.5.1041" ]
] ) ; #
fhir:name [ fhir:v "DocumentSectionLibrary"] ; #
fhir:title [ fhir:v "Document Section Library (For testing section templates)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2018-11-05T17:57:00+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
] )
] ) ; #
fhir:description [ fhir:v "Document Section Library (For testing section templates)"] ; #
fhir:kind [ fhir:v "resource"] ; #
fhir:abstract [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [ fhir:v "Composition"^^xsd:anyURI] ; #
fhir:baseDefinition [
fhir:v "http://hl7.org/fhir/StructureDefinition/Composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Composition>
] ; #
fhir:derivation [ fhir:v "constraint"] ; #
fhir:differential [
fhir:element ( [
fhir:id [ fhir:v "Composition" ] ;
fhir:path [ fhir:v "Composition" ]
] [
fhir:id [ fhir:v "Composition.section" ] ;
fhir:path [ fhir:v "Composition.section" ] ;
fhir:slicing [
fhir:discriminator ( [
fhir:type [ fhir:v "pattern" ] ;
fhir:path [ fhir:v "code" ]
] ) ;
fhir:description [ fhir:v "Slice by .section.code when using this library of sections" ] ;
fhir:ordered [ fhir:v "true"^^xsd:boolean ] ;
fhir:rules [ fhir:v "closed" ]
]
] [
fhir:id [ fhir:v "Composition.section:procedure" ] ;
fhir:path [ fhir:v "Composition.section" ] ;
fhir:sliceName [ fhir:v "procedure" ]
] [
fhir:id [ fhir:v "Composition.section:procedure.title" ] ;
fhir:path [ fhir:v "Composition.section.title" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:fixed [ fhir:v "Procedures Performed" ]
] [
fhir:id [ fhir:v "Composition.section:procedure.code" ] ;
fhir:path [ fhir:v "Composition.section.code" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:pattern [
a fhir:CodeableConcept ;
fhir:coding ( [
a loinc:29554-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29554-3" ] ;
fhir:display [ fhir:v "Procedure Narrative" ]
] )
]
] [
fhir:id [ fhir:v "Composition.section:medications" ] ;
fhir:path [ fhir:v "Composition.section" ] ;
fhir:sliceName [ fhir:v "medications" ]
] [
fhir:id [ fhir:v "Composition.section:medications.title" ] ;
fhir:path [ fhir:v "Composition.section.title" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:fixed [ fhir:v "Medications Administered" ]
] [
fhir:id [ fhir:v "Composition.section:medications.code" ] ;
fhir:path [ fhir:v "Composition.section.code" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:pattern [
a fhir:CodeableConcept ;
fhir:coding ( [
a loinc:29549-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29549-3" ] ;
fhir:display [ fhir:v "Medication administered Narrative" ]
] )
]
] [
fhir:id [ fhir:v "Composition.section:plan" ] ;
fhir:path [ fhir:v "Composition.section" ] ;
fhir:sliceName [ fhir:v "plan" ]
] [
fhir:id [ fhir:v "Composition.section:plan.title" ] ;
fhir:path [ fhir:v "Composition.section.title" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:fixed [ fhir:v "Discharge Treatment Plan" ]
] [
fhir:id [ fhir:v "Composition.section:plan.code" ] ;
fhir:path [ fhir:v "Composition.section.code" ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:pattern [
a fhir:CodeableConcept ;
fhir:coding ( [
a loinc:18776-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18776-5" ] ;
fhir:display [ fhir:v "Plan of care note" ]
] )
]
] )
]] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Mon, Aug 12, 2024 16:59+0800.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change