@prefix this: <https://w3id.org/np/RAERYB4Lzms1pQ05spp3u6EC9iCNRXVSP4Piyav2Gdcww> .
@prefix sub: <https://w3id.org/np/RAERYB4Lzms1pQ05spp3u6EC9iCNRXVSP4Piyav2Gdcww#> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://w3id.org/np/RAsGqXvBh1Uzdm_YGpEUfbHsPMck9dPJBAN049SfDyV9w#FHIR_HL7> <http://schema.org/url> <https://www.hl7.org/fhir/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Communication-protocol , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Metadata-schema ;
    rdfs:comment "Fast Healthcare Interoperability Resources (FHIR) is a standardized framework developed by HL7 (Health Level Seven International) for exchanging, sharing, and integrating healthcare information. It enables interoperability between different healthcare systems by using modern web-based technologies like RESTful APIs, JSON, XML, and RDF." ;
    rdfs:label "FHIR HL7 Standard" ;
    schema:version "5.0.0" ;
    fip:has-description-source <https://www.hl7.org/fhir/overview.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5727-4999 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "jzHEvufRz4EduAchBUChPt8Nby3Zpniy3nasjACquoTj+MxHWAF4iTFmUwlDYhEcSlgn5Ml/9cUh6JrfTLEHutWbSWURyQGtyTmRhCDxk/7Xv7ASLpflq+ZeMDxyjnNNgfcR+wJ4YSIYZ+gKEifIGyf7QSlBg8yndIaEspw91yQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-15T18:14:15Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/np/RAsGqXvBh1Uzdm_YGpEUfbHsPMck9dPJBAN049SfDyV9w#FHIR_HL7> ;
    npx:supersedes <https://w3id.org/np/RAsGqXvBh1Uzdm_YGpEUfbHsPMck9dPJBAN049SfDyV9w> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8c5ff1ef-8471-4a95-9654-55154266f9fc> .
}