@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/mihr/ValueSet/hypertensive-disorders-pregnancy> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hypertensive-disorders-pregnancy"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "5" ] ;
     fhir:lastUpdated [ fhir:v "2022-03-28T18:00:55.602+00:00"^^xsd:dateTime ] ;
     fhir:source [ fhir:v "#s6H7Vx3TpzM3PBPT"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-hypertensive-disorders-pregnancy-ICD.html\">ValueSet – Hypertensive Disorders of Pregnancy ICD</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-hypertensive-disorders-pregnancy-SNOMED.html\">ValueSet – Hypertensive Disorders of Pregnancy SNOMED CT</a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/mihr/ValueSet/hypertensive-disorders-pregnancy"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ValueSetHypertensiveDisordersofPregnancy"] ; # 
  fhir:title [ fhir:v "ValueSet – Hypertensive Disorders of Pregnancy"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-03-29T19:35:10+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Public Health Work Group"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International - Public Health" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is a grouping value set that includes terms related to hypertensive disorders of pregnancy which include pre-existing hypertension, chronic hypertension, hypertensive chronic kidney disease, essential hypertension, hypertension diagnosed during the course of pregnancy and diagnoses of pre-eclampsia and eclampsia."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "US" ] ;
       fhir:display [ fhir:v "United States of America" ]
     ] ) ;
     fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:purpose [ fhir:v "This grouping value set groups Hypertensive Disorders of Pregnancy codes from the SNOMED-CT and ICD-10 codesystems."] ; # 
  fhir:copyright [ fhir:v "ICD-10-cm and SNOMED CT"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/us/mihr/ValueSet/hypertensive-disorders-pregnancy-ICD"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/us/mihr/ValueSet/hypertensive-disorders-pregnancy-ICD>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/us/mihr/ValueSet/hypertensive-disorders-pregnancy-SNOMED"^^xsd:anyURI ;
         fhir:link <http://hl7.org/fhir/us/mihr/ValueSet/hypertensive-disorders-pregnancy-SNOMED>
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

