This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Responsible Owner: Biomedical Research and Regulation Work Group | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
General example
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/RegulatedAuthorization/example> a fhir:RegulatedAuthorization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://ema.europa.eu/example/marketingAuthorizationNumber"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/marketingAuthorizationNumber>
] ;
fhir:value [ fhir:v "EU/1/11/999/001" ]
] ) ; #
fhir:region ( [
fhir:coding ( [
fhir:system [
fhir:v "http://ema.europa.eu/example/country"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/country>
] ;
fhir:code [ fhir:v "EU" ]
] )
] ) ; #
fhir:status [
fhir:coding ( [
fhir:system [
fhir:v "http://ema.europa.eu/example/authorizationstatus"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/authorizationstatus>
] ;
fhir:code [ fhir:v "active" ]
] )
] ; #
fhir:statusDate [ fhir:v "2015-01-14"^^xsd:date] ; #
fhir:validityPeriod [
fhir:start [ fhir:v "2014-09-03"^^xsd:date ] ;
fhir:end [ fhir:v "2020-05-20"^^xsd:date ]
] ; #
fhir:holder [
fhir:l <http://hl7.org/fhir/Organization/example> ;
fhir:reference [ fhir:v "Organization/example" ]
] ; # dataExclusivityPeriod>
# <start value="2010-08-15"/>
# <end value="2020-08-15"/>
# </dataExclusivityPeriod>
# <dateOfFirstAuthorization value="2010-08-15"/>
# <internationalBirthDate value="2010-08-15"/ , jurisdictionalAuthorization id="1">
# <reference value="RegulatedAuthorization/Jurusdictional1"/>
# </jurisdictionalAuthorization
fhir:regulator [
fhir:l <http://hl7.org/fhir/Organization/example> ;
fhir:reference [ fhir:v "Organization/example" ]
] ; #
fhir:case [
fhir:identifier [
fhir:system [
fhir:v "http://ema.europa.eu/example/procedureidentifier-number"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/procedureidentifier-number>
] ;
fhir:value [ fhir:v "EMEA/H/C/009999/IA/0099/G" ]
] ;
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://ema.europa.eu/example/marketingAuthorizationProcedureType"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/marketingAuthorizationProcedureType>
] ;
fhir:code [ fhir:v "VariationTypeIA" ]
] )
] ;
fhir:date [
a fhir:Period ;
fhir:start [ fhir:v "2014-09-02"^^xsd:date ] ;
fhir:end [ fhir:v "2015-08-21"^^xsd:date ]
] ;
fhir:application ( [
fhir:identifier [
fhir:system [
fhir:v "http://ema.europa.eu/example/applicationidentifier-number"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/applicationidentifier-number>
] ;
fhir:value [ fhir:v "IA38G" ]
] ;
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://ema.europa.eu/example/marketingAuthorizationApplicationType"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/marketingAuthorizationApplicationType>
] ;
fhir:code [ fhir:v "GroupTypeIAVariationNotification" ]
] )
] ;
fhir:date [
a fhir:DateTime ;
fhir:v "2015-08-01"^^xsd:date
]
] [
fhir:identifier [
fhir:system [
fhir:v "http://ema.europa.eu/example/applicationidentifier-number"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/applicationidentifier-number>
] ;
fhir:value [ fhir:v "IA38F" ]
] ;
fhir:type [
fhir:coding ( [
fhir:system [
fhir:v "http://ema.europa.eu/example/marketingAuthorizationApplicationType"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/example/marketingAuthorizationApplicationType>
] ;
fhir:code [ fhir:v "GroupTypeIAVariationNotification" ]
] )
] ;
fhir:date [
a fhir:DateTime ;
fhir:v "2014-09-01"^^xsd:date
]
] )
] . #
<http://hl7.org/fhir/Organization/example> a fhir:Organization .
# -------------------------------------------------------------------------------------
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-ballot3 generated on Fri, Nov 14, 2025 20:59+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R5 |
Compare to Last Ballot |
|
Propose a change