This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example ValueSet/PersonalRelationship-relationshiptype (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Value SetPersonal Relationship Type
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ValueSet ;
fhir:id [ fhir:v "PersonalRelationship-relationshiptype"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2024-11-20T21:23:48.918+00:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] )
] ;
fhir:text [
fhir:status [ fhir:v "extensions" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "pa" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/PersonalRelationship-relationshiptype"], [ fhir:v "http://hl7.org/fhir/ValueSet/PersonalRelationship-relationshiptype"] ;
fhir:version [ fhir:v "6.0.0-ballot2"], [ fhir:v "6.0.0-ballot2"] ;
fhir:name [ fhir:v "PersonalRelationshipType"], [ fhir:v "PersonalRelationshipType"] ;
fhir:title [ fhir:v "Personal Relationship Type"], [ fhir:v "Personal Relationship Type"] ;
fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:publisher [ fhir:v "FHIR Project team"], [ fhir:v "FHIR Project team"] ;
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] )
] ) ;
fhir:description [ fhir:v "A set of codes that can be used to indicate the relationship between a PersonalRelationship's focus and target."], [ fhir:v "A set of codes that can be used to indicate the relationship between a PersonalRelationship's focus and target."] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:concept ( [
fhir:code [ fhir:v "WIT" ]
] )
] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass" ] ;
fhir:concept ( [
fhir:code [ fhir:v "NOT" ]
] [
fhir:code [ fhir:v "ECON" ]
] [
fhir:code [ fhir:v "NOK" ]
] [
fhir:code [ fhir:v "GUARD" ]
] [
fhir:code [ fhir:v "DEPEN" ]
] [
fhir:code [ fhir:v "EMP" ]
] [
fhir:code [ fhir:v "GUAR" ]
] [
fhir:code [ fhir:v "CAREGIVER" ]
] )
] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131" ] ;
fhir:concept ( [
fhir:code [ fhir:v "E" ]
] [
fhir:code [ fhir:v "O" ]
] [
fhir:code [ fhir:v "U" ]
] )
] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:concept ( [
fhir:code [ fhir:v "INTPRTER" ]
] [
fhir:code [ fhir:v "POWATT" ]
] [
fhir:code [ fhir:v "DPOWATT" ]
] [
fhir:code [ fhir:v "HPOWATT" ]
] [
fhir:code [ fhir:v "SPOWATT" ]
] [
fhir:code [ fhir:v "BILL" ]
] )
] )
] .
# -------------------------------------------------------------------------------------
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.