@prefix this: <https://w3id.org/np/RAYthYl2yQXZASHpK73bqlnDQ8lE9fXHB23yLHsIuRzvQ> .
@prefix sub: <https://w3id.org/np/RAYthYl2yQXZASHpK73bqlnDQ8lE9fXHB23yLHsIuRzvQ#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  sub:FHIR a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "The Fast Healthcare Interoperability Resources standard is a set of rules and specifications for exchanging electronic health care data." ;
    rdfs:label "Fast Healthcare Interoperability Resources" ;
    rdfs:seeAlso <https://fhir.org> ;
    skos:closeMatch <https://fhir.org> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-3529-1159 ;
    prov:wasDerivedFrom <https://fhir.org> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "mbhPeA9OmBOE9vjbeyDnBieDIfBu59/eauWCU56kpftArCiYpD6XdlXC0Ns8cN39f56Y2p8MS2t/pAp9IcnTJsx/at/BLOW+9aJ4FYstNyJoWU+W3eJQOz/DwKVWWkyBJg0HNcAynga99FS5PeUu7UBtz99vLcKLOy4s9EhO0tQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-08-22T12:09:19Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FHIR ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/19b80a19-d92b-4e59-a6ee-5d684b731c88> .
}